Color spaces of #661eed
RGB | 102 | 30 | 237 |
---|---|---|---|
HSL | 0.72 | 0.85 | 0.52 |
HSV | 261° | 87° | 93° |
CMYK | 0.57 | 0.87 | 0.00 0.07 |
XYZ | 21.2298 | 9.8678 | 80.9065 |
Yxy | 9.8678 | 0.1895 | 0.0881 |
Hunter Lab | 31.4131 | 65.6623 | -130.7164 |
CIE-Lab | 37.6041 | 72.3177 | -88.7289 |
#661eed color RGB value is (102,30,237).
#661eed hex color red value is 102, green value is 30 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #661eed hue: 0.72 , saturation: 0.85 and the lightness value of 661eed is 0.52.
The process color (four color CMYK) of #661eed color hex is 0.57, 0.87, 0.00, 0.07. Web safe color of #661eed is #6633ff. Color #661eed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 00011110 | 11101101 |
Octal | 146 | 36 | 355 |
Decimal | 102 | 30 | 237 |
Hex | 66 | 1E | ED |
Shades of #661eed
Tints of #661eed
RGB Percentages of Color #661eed
CMYK Percentages of Color #661eed
Complementary Color
#661eed | #a5ed1e |
#661eed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#661eed Color Preview on White Background
Lorem ipsum dolor sit amet.
#661eed Color CSS Codes
.mybgcolor {background-color:#661eed; } .myforecolor {color:#661eed; } .mybordercolor {border:3px solid #661eed; }
#661eed Text Font Color
<p style="color:#661eed">Text here</p>
This sample text font color is #661eed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#661eed Background Color
<div style="background-color:#661eed">
Div content here</div>
This div background color is #661eed
#661eed Border Color
<div style="border:3px solid #661eed">
Div here</div>
This div border color is #661eed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,30,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #661eed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #661eed; -webkit-box-shadow: 1px 1px 3px 2px #661eed; box-shadow: 1px 1px 3px 2px #661eed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,30,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #661eed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #661eed; -webkit-box-shadow: 1px 1px 3px 2px #661eed; box-shadow: 1px 1px 3px 2px #661eed;">
Div content here</div>
This div box has shadow with color #661eed
Comments
No comments written yet.
Please login to write comment.