Color spaces of #c22aeb
RGB | 194 | 42 | 235 |
---|---|---|---|
HSL | 0.80 | 0.83 | 0.54 |
HSV | 287° | 82° | 92° |
CMYK | 0.17 | 0.82 | 0.00 0.08 |
XYZ | 38.0715 | 19.1234 | 80.2819 |
Yxy | 19.1234 | 0.2769 | 0.1391 |
Hunter Lab | 43.7303 | 78.8736 | -78.2358 |
CIE-Lab | 50.8313 | 80.5075 | -65.4561 |
#c22aeb color RGB value is (194,42,235).
#c22aeb hex color red value is 194, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c22aeb hue: 0.80 , saturation: 0.83 and the lightness value of c22aeb is 0.54.
The process color (four color CMYK) of #c22aeb color hex is 0.17, 0.82, 0.00, 0.08. Web safe color of #c22aeb is #cc33ff. Color #c22aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00101010 | 11101011 |
Octal | 302 | 52 | 353 |
Decimal | 194 | 42 | 235 |
Hex | C2 | 2A | EB |
Shades of #c22aeb
Tints of #c22aeb
RGB Percentages of Color #c22aeb
CMYK Percentages of Color #c22aeb
Complementary Color
#c22aeb | #53eb2a |
#c22aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c22aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c22aeb Color CSS Codes
.mybgcolor {background-color:#c22aeb; } .myforecolor {color:#c22aeb; } .mybordercolor {border:3px solid #c22aeb; }
#c22aeb Text Font Color
<p style="color:#c22aeb">Text here</p>
This sample text font color is #c22aeb
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.
#c22aeb Background Color
<div style="background-color:#c22aeb">
Div content here</div>
This div background color is #c22aeb
#c22aeb Border Color
<div style="border:3px solid #c22aeb">
Div here</div>
This div border color is #c22aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,42,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c22aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c22aeb; -webkit-box-shadow: 1px 1px 3px 2px #c22aeb; box-shadow: 1px 1px 3px 2px #c22aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,42,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 #c22aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c22aeb; -webkit-box-shadow: 1px 1px 3px 2px #c22aeb; box-shadow: 1px 1px 3px 2px #c22aeb;">
Div content here</div>
This div box has shadow with color #c22aeb
Comments
No comments written yet.
Please login to write comment.