Color spaces of #cb45eb
RGB | 203 | 69 | 235 |
---|---|---|---|
HSL | 0.80 | 0.81 | 0.60 |
HSV | 288° | 71° | 92° |
CMYK | 0.14 | 0.71 | 0.00 0.08 |
XYZ | 41.7521 | 22.9509 | 80.8267 |
Yxy | 22.9509 | 0.2869 | 0.1577 |
Hunter Lab | 47.9071 | 71.7293 | -66.4965 |
CIE-Lab | 55.0217 | 73.9591 | -58.6389 |
#cb45eb color RGB value is (203,69,235).
#cb45eb hex color red value is 203, green value is 69 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cb45eb hue: 0.80 , saturation: 0.81 and the lightness value of cb45eb is 0.60.
The process color (four color CMYK) of #cb45eb color hex is 0.14, 0.71, 0.00, 0.08. Web safe color of #cb45eb is #cc33ff. Color #cb45eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01000101 | 11101011 |
Octal | 313 | 105 | 353 |
Decimal | 203 | 69 | 235 |
Hex | CB | 45 | EB |
Shades of #cb45eb
Tints of #cb45eb
RGB Percentages of Color #cb45eb
CMYK Percentages of Color #cb45eb
Complementary Color
#cb45eb | #65eb45 |
#cb45eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb45eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb45eb Color CSS Codes
.mybgcolor {background-color:#cb45eb; } .myforecolor {color:#cb45eb; } .mybordercolor {border:3px solid #cb45eb; }
#cb45eb Text Font Color
<p style="color:#cb45eb">Text here</p>
This sample text font color is #cb45eb
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.
#cb45eb Background Color
<div style="background-color:#cb45eb">
Div content here</div>
This div background color is #cb45eb
#cb45eb Border Color
<div style="border:3px solid #cb45eb">
Div here</div>
This div border color is #cb45eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,69,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb45eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb45eb; -webkit-box-shadow: 1px 1px 3px 2px #cb45eb; box-shadow: 1px 1px 3px 2px #cb45eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,69,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb45eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb45eb; -webkit-box-shadow: 1px 1px 3px 2px #cb45eb; box-shadow: 1px 1px 3px 2px #cb45eb;">
Div content here</div>
This div box has shadow with color #cb45eb
Comments
No comments written yet.
Please login to write comment.