Color spaces of #c152de
RGB | 193 | 82 | 222 |
---|---|---|---|
HSL | 0.80 | 0.68 | 0.60 |
HSV | 288° | 63° | 87° |
CMYK | 0.13 | 0.63 | 0.00 0.13 |
XYZ | 38.1944 | 22.6460 | 71.4653 |
Yxy | 22.6460 | 0.2887 | 0.1712 |
Hunter Lab | 47.5878 | 59.9870 | -55.7277 |
CIE-Lab | 54.7058 | 64.2030 | -51.9035 |
#c152de color RGB value is (193,82,222).
#c152de hex color red value is 193, green value is 82 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c152de hue: 0.80 , saturation: 0.68 and the lightness value of c152de is 0.60.
The process color (four color CMYK) of #c152de color hex is 0.13, 0.63, 0.00, 0.13. Web safe color of #c152de is #cc66cc. Color #c152de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01010010 | 11011110 |
Octal | 301 | 122 | 336 |
Decimal | 193 | 82 | 222 |
Hex | C1 | 52 | DE |
Shades of #c152de
Tints of #c152de
RGB Percentages of Color #c152de
CMYK Percentages of Color #c152de
Complementary Color
#c152de | #6fde52 |
#c152de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c152de Color Preview on White Background
Lorem ipsum dolor sit amet.
#c152de Color CSS Codes
.mybgcolor {background-color:#c152de; } .myforecolor {color:#c152de; } .mybordercolor {border:3px solid #c152de; }
#c152de Text Font Color
<p style="color:#c152de">Text here</p>
This sample text font color is #c152de
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.
#c152de Background Color
<div style="background-color:#c152de">
Div content here</div>
This div background color is #c152de
#c152de Border Color
<div style="border:3px solid #c152de">
Div here</div>
This div border color is #c152de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,82,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c152de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c152de; -webkit-box-shadow: 1px 1px 3px 2px #c152de; box-shadow: 1px 1px 3px 2px #c152de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,82,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c152de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c152de; -webkit-box-shadow: 1px 1px 3px 2px #c152de; box-shadow: 1px 1px 3px 2px #c152de;">
Div content here</div>
This div box has shadow with color #c152de
Comments
No comments written yet.
Please login to write comment.