Color spaces of #c23ace
RGB | 194 | 58 | 206 |
---|---|---|---|
HSL | 0.82 | 0.60 | 0.52 |
HSV | 295° | 72° | 81° |
CMYK | 0.06 | 0.72 | 0.00 0.19 |
XYZ | 34.9018 | 18.9517 | 60.2110 |
Yxy | 18.9517 | 0.3060 | 0.1661 |
Hunter Lab | 43.5336 | 66.9236 | -51.5302 |
CIE-Lab | 50.6306 | 70.8457 | -49.2800 |
#c23ace color RGB value is (194,58,206).
#c23ace hex color red value is 194, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c23ace hue: 0.82 , saturation: 0.60 and the lightness value of c23ace is 0.52.
The process color (four color CMYK) of #c23ace color hex is 0.06, 0.72, 0.00, 0.19. Web safe color of #c23ace is #cc33cc. Color #c23ace contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00111010 | 11001110 |
Octal | 302 | 72 | 316 |
Decimal | 194 | 58 | 206 |
Hex | C2 | 3A | CE |
Shades of #c23ace
Tints of #c23ace
RGB Percentages of Color #c23ace
CMYK Percentages of Color #c23ace
Complementary Color
#c23ace | #46ce3a |
#c23ace Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c23ace Color Preview on White Background
Lorem ipsum dolor sit amet.
#c23ace Color CSS Codes
.mybgcolor {background-color:#c23ace; } .myforecolor {color:#c23ace; } .mybordercolor {border:3px solid #c23ace; }
#c23ace Text Font Color
<p style="color:#c23ace">Text here</p>
This sample text font color is #c23ace
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.
#c23ace Background Color
<div style="background-color:#c23ace">
Div content here</div>
This div background color is #c23ace
#c23ace Border Color
<div style="border:3px solid #c23ace">
Div here</div>
This div border color is #c23ace
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,58,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c23ace; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c23ace; -webkit-box-shadow: 1px 1px 3px 2px #c23ace; box-shadow: 1px 1px 3px 2px #c23ace; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,58,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c23ace">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c23ace; -webkit-box-shadow: 1px 1px 3px 2px #c23ace; box-shadow: 1px 1px 3px 2px #c23ace;">
Div content here</div>
This div box has shadow with color #c23ace
Comments
No comments written yet.
Please login to write comment.