Color spaces of #c457cd
RGB | 196 | 87 | 205 |
---|---|---|---|
HSL | 0.82 | 0.54 | 0.57 |
HSV | 295° | 58° | 80° |
CMYK | 0.04 | 0.58 | 0.00 0.20 |
XYZ | 37.1926 | 22.9599 | 60.2291 |
Yxy | 22.9599 | 0.3090 | 0.1907 |
Hunter Lab | 47.9165 | 54.6972 | -40.9836 |
CIE-Lab | 55.0310 | 59.5468 | -41.7097 |
#c457cd color RGB value is (196,87,205).
#c457cd hex color red value is 196, green value is 87 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c457cd hue: 0.82 , saturation: 0.54 and the lightness value of c457cd is 0.57.
The process color (four color CMYK) of #c457cd color hex is 0.04, 0.58, 0.00, 0.20. Web safe color of #c457cd is #cc66cc. Color #c457cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01010111 | 11001101 |
Octal | 304 | 127 | 315 |
Decimal | 196 | 87 | 205 |
Hex | C4 | 57 | CD |
Shades of #c457cd
Tints of #c457cd
RGB Percentages of Color #c457cd
CMYK Percentages of Color #c457cd
Complementary Color
#c457cd | #60cd57 |
#c457cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c457cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c457cd Color CSS Codes
.mybgcolor {background-color:#c457cd; } .myforecolor {color:#c457cd; } .mybordercolor {border:3px solid #c457cd; }
#c457cd Text Font Color
<p style="color:#c457cd">Text here</p>
This sample text font color is #c457cd
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.
#c457cd Background Color
<div style="background-color:#c457cd">
Div content here</div>
This div background color is #c457cd
#c457cd Border Color
<div style="border:3px solid #c457cd">
Div here</div>
This div border color is #c457cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,87,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c457cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c457cd; -webkit-box-shadow: 1px 1px 3px 2px #c457cd; box-shadow: 1px 1px 3px 2px #c457cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,87,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c457cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c457cd; -webkit-box-shadow: 1px 1px 3px 2px #c457cd; box-shadow: 1px 1px 3px 2px #c457cd;">
Div content here</div>
This div box has shadow with color #c457cd
Comments
No comments written yet.
Please login to write comment.