Color spaces of #c07abe
RGB | 192 | 122 | 190 |
---|---|---|---|
HSL | 0.84 | 0.36 | 0.62 |
HSV | 302° | 36° | 75° |
CMYK | 0.00 | 0.36 | 0.01 0.25 |
XYZ | 37.9920 | 28.8432 | 52.2801 |
Yxy | 28.8432 | 0.3190 | 0.2421 |
Hunter Lab | 53.7059 | 32.2872 | -20.1219 |
CIE-Lab | 60.6430 | 37.9588 | -24.4678 |
#c07abe color RGB value is (192,122,190).
#c07abe hex color red value is 192, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c07abe hue: 0.84 , saturation: 0.36 and the lightness value of c07abe is 0.62.
The process color (four color CMYK) of #c07abe color hex is 0.00, 0.36, 0.01, 0.25. Web safe color of #c07abe is #cc66cc. Color #c07abe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01111010 | 10111110 |
Octal | 300 | 172 | 276 |
Decimal | 192 | 122 | 190 |
Hex | C0 | 7A | BE |
Shades of #c07abe
Tints of #c07abe
RGB Percentages of Color #c07abe
CMYK Percentages of Color #c07abe
Complementary Color
#c07abe | #7ac07c |
#c07abe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c07abe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c07abe Color CSS Codes
.mybgcolor {background-color:#c07abe; } .myforecolor {color:#c07abe; } .mybordercolor {border:3px solid #c07abe; }
#c07abe Text Font Color
<p style="color:#c07abe">Text here</p>
This sample text font color is #c07abe
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.
#c07abe Background Color
<div style="background-color:#c07abe">
Div content here</div>
This div background color is #c07abe
#c07abe Border Color
<div style="border:3px solid #c07abe">
Div here</div>
This div border color is #c07abe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,122,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c07abe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c07abe; -webkit-box-shadow: 1px 1px 3px 2px #c07abe; box-shadow: 1px 1px 3px 2px #c07abe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,122,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c07abe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c07abe; -webkit-box-shadow: 1px 1px 3px 2px #c07abe; box-shadow: 1px 1px 3px 2px #c07abe;">
Div content here</div>
This div box has shadow with color #c07abe
Comments
No comments written yet.
Please login to write comment.