Color spaces of #cb67ce
RGB | 203 | 103 | 206 |
---|---|---|---|
HSL | 0.83 | 0.51 | 0.61 |
HSV | 298° | 50° | 81° |
CMYK | 0.01 | 0.50 | 0.00 0.19 |
XYZ | 40.6194 | 26.8532 | 61.4348 |
Yxy | 26.8532 | 0.3151 | 0.2083 |
Hunter Lab | 51.8201 | 49.2329 | -34.0166 |
CIE-Lab | 58.8382 | 54.0401 | -36.2338 |
#cb67ce color RGB value is (203,103,206).
#cb67ce hex color red value is 203, green value is 103 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cb67ce hue: 0.83 , saturation: 0.51 and the lightness value of cb67ce is 0.61.
The process color (four color CMYK) of #cb67ce color hex is 0.01, 0.50, 0.00, 0.19. Web safe color of #cb67ce is #cc66cc. Color #cb67ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01100111 | 11001110 |
Octal | 313 | 147 | 316 |
Decimal | 203 | 103 | 206 |
Hex | CB | 67 | CE |
Shades of #cb67ce
Tints of #cb67ce
RGB Percentages of Color #cb67ce
CMYK Percentages of Color #cb67ce
Complementary Color
#cb67ce | #6ace67 |
#cb67ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb67ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb67ce Color CSS Codes
.mybgcolor {background-color:#cb67ce; } .myforecolor {color:#cb67ce; } .mybordercolor {border:3px solid #cb67ce; }
#cb67ce Text Font Color
<p style="color:#cb67ce">Text here</p>
This sample text font color is #cb67ce
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.
#cb67ce Background Color
<div style="background-color:#cb67ce">
Div content here</div>
This div background color is #cb67ce
#cb67ce Border Color
<div style="border:3px solid #cb67ce">
Div here</div>
This div border color is #cb67ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,103,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb67ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb67ce; -webkit-box-shadow: 1px 1px 3px 2px #cb67ce; box-shadow: 1px 1px 3px 2px #cb67ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,103,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 #cb67ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb67ce; -webkit-box-shadow: 1px 1px 3px 2px #cb67ce; box-shadow: 1px 1px 3px 2px #cb67ce;">
Div content here</div>
This div box has shadow with color #cb67ce
Comments
No comments written yet.
Please login to write comment.