Color spaces of #cb68fd
RGB | 203 | 104 | 253 |
---|---|---|---|
HSL | 0.78 | 0.97 | 0.70 |
HSV | 280° | 59° | 99° |
CMYK | 0.20 | 0.59 | 0.00 0.01 |
XYZ | 47.3085 | 29.6890 | 96.1656 |
Yxy | 29.6890 | 0.2732 | 0.1715 |
Hunter Lab | 54.4876 | 59.6281 | -66.5000 |
CIE-Lab | 61.3850 | 62.6951 | -58.4666 |
#cb68fd color RGB value is (203,104,253).
#cb68fd hex color red value is 203, green value is 104 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cb68fd hue: 0.78 , saturation: 0.97 and the lightness value of cb68fd is 0.70.
The process color (four color CMYK) of #cb68fd color hex is 0.20, 0.59, 0.00, 0.01. Web safe color of #cb68fd is #cc66ff. Color #cb68fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01101000 | 11111101 |
Octal | 313 | 150 | 375 |
Decimal | 203 | 104 | 253 |
Hex | CB | 68 | FD |
Shades of #cb68fd
Tints of #cb68fd
RGB Percentages of Color #cb68fd
CMYK Percentages of Color #cb68fd
Complementary Color
#cb68fd | #9afd68 |
#cb68fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb68fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb68fd Color CSS Codes
.mybgcolor {background-color:#cb68fd; } .myforecolor {color:#cb68fd; } .mybordercolor {border:3px solid #cb68fd; }
#cb68fd Text Font Color
<p style="color:#cb68fd">Text here</p>
This sample text font color is #cb68fd
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.
#cb68fd Background Color
<div style="background-color:#cb68fd">
Div content here</div>
This div background color is #cb68fd
#cb68fd Border Color
<div style="border:3px solid #cb68fd">
Div here</div>
This div border color is #cb68fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,104,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb68fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb68fd; -webkit-box-shadow: 1px 1px 3px 2px #cb68fd; box-shadow: 1px 1px 3px 2px #cb68fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,104,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb68fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb68fd; -webkit-box-shadow: 1px 1px 3px 2px #cb68fd; box-shadow: 1px 1px 3px 2px #cb68fd;">
Div content here</div>
This div box has shadow with color #cb68fd
Comments
No comments written yet.
Please login to write comment.