Color spaces of #c258aa
RGB | 194 | 88 | 170 |
---|---|---|---|
HSL | 0.87 | 0.46 | 0.55 |
HSV | 314° | 55° | 76° |
CMYK | 0.00 | 0.55 | 0.12 0.24 |
XYZ | 32.9936 | 21.3511 | 40.4124 |
Yxy | 21.3511 | 0.3482 | 0.2253 |
Hunter Lab | 46.2073 | 46.5926 | -19.5094 |
CIE-Lab | 53.3316 | 52.5557 | -24.1930 |
#c258aa color RGB value is (194,88,170).
#c258aa hex color red value is 194, green value is 88 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c258aa hue: 0.87 , saturation: 0.46 and the lightness value of c258aa is 0.55.
The process color (four color CMYK) of #c258aa color hex is 0.00, 0.55, 0.12, 0.24. Web safe color of #c258aa is #cc6699. Color #c258aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 01011000 | 10101010 |
Octal | 302 | 130 | 252 |
Decimal | 194 | 88 | 170 |
Hex | C2 | 58 | AA |
Shades of #c258aa
Tints of #c258aa
RGB Percentages of Color #c258aa
CMYK Percentages of Color #c258aa
Complementary Color
#c258aa | #58c270 |
#c258aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c258aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c258aa Color CSS Codes
.mybgcolor {background-color:#c258aa; } .myforecolor {color:#c258aa; } .mybordercolor {border:3px solid #c258aa; }
#c258aa Text Font Color
<p style="color:#c258aa">Text here</p>
This sample text font color is #c258aa
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.
#c258aa Background Color
<div style="background-color:#c258aa">
Div content here</div>
This div background color is #c258aa
#c258aa Border Color
<div style="border:3px solid #c258aa">
Div here</div>
This div border color is #c258aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,88,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c258aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c258aa; -webkit-box-shadow: 1px 1px 3px 2px #c258aa; box-shadow: 1px 1px 3px 2px #c258aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,88,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c258aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c258aa; -webkit-box-shadow: 1px 1px 3px 2px #c258aa; box-shadow: 1px 1px 3px 2px #c258aa;">
Div content here</div>
This div box has shadow with color #c258aa
Comments
No comments written yet.
Please login to write comment.