Color spaces of #c23eac
RGB | 194 | 62 | 172 |
---|---|---|---|
HSL | 0.86 | 0.52 | 0.50 |
HSV | 310° | 68° | 76° |
CMYK | 0.00 | 0.68 | 0.11 0.24 |
XYZ | 31.4172 | 17.8931 | 40.8276 |
Yxy | 17.8931 | 0.3485 | 0.1985 |
Hunter Lab | 42.3002 | 58.5500 | -27.6157 |
CIE-Lab | 49.3662 | 63.9600 | -31.5205 |
#c23eac color RGB value is (194,62,172).
#c23eac hex color red value is 194, green value is 62 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c23eac hue: 0.86 , saturation: 0.52 and the lightness value of c23eac is 0.50.
The process color (four color CMYK) of #c23eac color hex is 0.00, 0.68, 0.11, 0.24. Web safe color of #c23eac is #cc3399. Color #c23eac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00111110 | 10101100 |
Octal | 302 | 76 | 254 |
Decimal | 194 | 62 | 172 |
Hex | C2 | 3E | AC |
Shades of #c23eac
Tints of #c23eac
RGB Percentages of Color #c23eac
CMYK Percentages of Color #c23eac
Complementary Color
#c23eac | #3ec254 |
#c23eac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c23eac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c23eac Color CSS Codes
.mybgcolor {background-color:#c23eac; } .myforecolor {color:#c23eac; } .mybordercolor {border:3px solid #c23eac; }
#c23eac Text Font Color
<p style="color:#c23eac">Text here</p>
This sample text font color is #c23eac
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.
#c23eac Background Color
<div style="background-color:#c23eac">
Div content here</div>
This div background color is #c23eac
#c23eac Border Color
<div style="border:3px solid #c23eac">
Div here</div>
This div border color is #c23eac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,62,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c23eac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c23eac; -webkit-box-shadow: 1px 1px 3px 2px #c23eac; box-shadow: 1px 1px 3px 2px #c23eac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,62,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c23eac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c23eac; -webkit-box-shadow: 1px 1px 3px 2px #c23eac; box-shadow: 1px 1px 3px 2px #c23eac;">
Div content here</div>
This div box has shadow with color #c23eac
Comments
No comments written yet.
Please login to write comment.