Color spaces of #cb6aeb
RGB | 203 | 106 | 235 |
---|---|---|---|
HSL | 0.79 | 0.76 | 0.67 |
HSV | 285° | 55° | 92° |
CMYK | 0.14 | 0.55 | 0.00 0.08 |
XYZ | 44.7780 | 29.0027 | 81.8353 |
Yxy | 29.0027 | 0.2877 | 0.1864 |
Hunter Lab | 53.8542 | 54.1722 | -52.3976 |
CIE-Lab | 60.7840 | 58.0904 | -49.4541 |
#cb6aeb color RGB value is (203,106,235).
#cb6aeb hex color red value is 203, green value is 106 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cb6aeb hue: 0.79 , saturation: 0.76 and the lightness value of cb6aeb is 0.67.
The process color (four color CMYK) of #cb6aeb color hex is 0.14, 0.55, 0.00, 0.08. Web safe color of #cb6aeb is #cc66ff. Color #cb6aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01101010 | 11101011 |
Octal | 313 | 152 | 353 |
Decimal | 203 | 106 | 235 |
Hex | CB | 6A | EB |
Shades of #cb6aeb
Tints of #cb6aeb
RGB Percentages of Color #cb6aeb
CMYK Percentages of Color #cb6aeb
Complementary Color
#cb6aeb | #8aeb6a |
#cb6aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb6aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb6aeb Color CSS Codes
.mybgcolor {background-color:#cb6aeb; } .myforecolor {color:#cb6aeb; } .mybordercolor {border:3px solid #cb6aeb; }
#cb6aeb Text Font Color
<p style="color:#cb6aeb">Text here</p>
This sample text font color is #cb6aeb
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.
#cb6aeb Background Color
<div style="background-color:#cb6aeb">
Div content here</div>
This div background color is #cb6aeb
#cb6aeb Border Color
<div style="border:3px solid #cb6aeb">
Div here</div>
This div border color is #cb6aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,106,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb6aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb6aeb; -webkit-box-shadow: 1px 1px 3px 2px #cb6aeb; box-shadow: 1px 1px 3px 2px #cb6aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,106,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 #cb6aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb6aeb; -webkit-box-shadow: 1px 1px 3px 2px #cb6aeb; box-shadow: 1px 1px 3px 2px #cb6aeb;">
Div content here</div>
This div box has shadow with color #cb6aeb
Comments
No comments written yet.
Please login to write comment.