Color spaces of #cb37ef
RGB | 203 | 55 | 239 |
---|---|---|---|
HSL | 0.80 | 0.85 | 0.58 |
HSV | 288° | 77° | 94° |
CMYK | 0.15 | 0.77 | 0.00 0.06 |
XYZ | 41.5748 | 21.6609 | 83.6511 |
Yxy | 21.6609 | 0.2830 | 0.1475 |
Hunter Lab | 46.5413 | 78.0048 | -73.9862 |
CIE-Lab | 53.6653 | 79.2668 | -63.0627 |
#cb37ef color RGB value is (203,55,239).
#cb37ef hex color red value is 203, green value is 55 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cb37ef hue: 0.80 , saturation: 0.85 and the lightness value of cb37ef is 0.58.
The process color (four color CMYK) of #cb37ef color hex is 0.15, 0.77, 0.00, 0.06. Web safe color of #cb37ef is #cc33ff. Color #cb37ef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00110111 | 11101111 |
Octal | 313 | 67 | 357 |
Decimal | 203 | 55 | 239 |
Hex | CB | 37 | EF |
Shades of #cb37ef
Tints of #cb37ef
RGB Percentages of Color #cb37ef
CMYK Percentages of Color #cb37ef
Complementary Color
#cb37ef | #5bef37 |
#cb37ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb37ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb37ef Color CSS Codes
.mybgcolor {background-color:#cb37ef; } .myforecolor {color:#cb37ef; } .mybordercolor {border:3px solid #cb37ef; }
#cb37ef Text Font Color
<p style="color:#cb37ef">Text here</p>
This sample text font color is #cb37ef
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.
#cb37ef Background Color
<div style="background-color:#cb37ef">
Div content here</div>
This div background color is #cb37ef
#cb37ef Border Color
<div style="border:3px solid #cb37ef">
Div here</div>
This div border color is #cb37ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,55,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb37ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb37ef; -webkit-box-shadow: 1px 1px 3px 2px #cb37ef; box-shadow: 1px 1px 3px 2px #cb37ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,55,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb37ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb37ef; -webkit-box-shadow: 1px 1px 3px 2px #cb37ef; box-shadow: 1px 1px 3px 2px #cb37ef;">
Div content here</div>
This div box has shadow with color #cb37ef
Comments
No comments written yet.
Please login to write comment.