Color spaces of #6641ce
RGB | 102 | 65 | 206 |
---|---|---|---|
HSL | 0.71 | 0.59 | 0.53 |
HSV | 256° | 68° | 81° |
CMYK | 0.50 | 0.68 | 0.00 0.19 |
XYZ | 18.5104 | 11.0616 | 59.5520 |
Yxy | 11.0616 | 0.2077 | 0.1241 |
Hunter Lab | 33.2590 | 41.1416 | -82.8806 |
CIE-Lab | 39.6840 | 49.8032 | -67.5524 |
#6641ce color RGB value is (102,65,206).
#6641ce hex color red value is 102, green value is 65 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6641ce hue: 0.71 , saturation: 0.59 and the lightness value of 6641ce is 0.53.
The process color (four color CMYK) of #6641ce color hex is 0.50, 0.68, 0.00, 0.19. Web safe color of #6641ce is #6633cc. Color #6641ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01000001 | 11001110 |
Octal | 146 | 101 | 316 |
Decimal | 102 | 65 | 206 |
Hex | 66 | 41 | CE |
Shades of #6641ce
Tints of #6641ce
RGB Percentages of Color #6641ce
CMYK Percentages of Color #6641ce
Complementary Color
#6641ce | #a9ce41 |
#6641ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6641ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#6641ce Color CSS Codes
.mybgcolor {background-color:#6641ce; } .myforecolor {color:#6641ce; } .mybordercolor {border:3px solid #6641ce; }
#6641ce Text Font Color
<p style="color:#6641ce">Text here</p>
This sample text font color is #6641ce
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.
#6641ce Background Color
<div style="background-color:#6641ce">
Div content here</div>
This div background color is #6641ce
#6641ce Border Color
<div style="border:3px solid #6641ce">
Div here</div>
This div border color is #6641ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,65,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6641ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6641ce; -webkit-box-shadow: 1px 1px 3px 2px #6641ce; box-shadow: 1px 1px 3px 2px #6641ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,65,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6641ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6641ce; -webkit-box-shadow: 1px 1px 3px 2px #6641ce; box-shadow: 1px 1px 3px 2px #6641ce;">
Div content here</div>
This div box has shadow with color #6641ce
Comments
No comments written yet.
Please login to write comment.