Color Hex Logo

#c457cd Color Hex

#C457CD
(196,87,205)
0 Favorites   0 Comments

Color spaces of #c457cd

RGB 19687205
HSL0.820.540.57
HSV295°58°80°
CMYK 0.040.580.00   0.20
XYZ37.192622.959960.2291
Yxy22.95990.30900.1907
Hunter Lab47.916554.6972-40.9836
CIE-Lab55.031059.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

BaseRedGreenBlue
Binary 11000100 01010111 11001101
Octal 304 127 315
Decimal 196 87 205
Hex C4 57 CD

RGB Percentages of Color #c457cd

%40.16
%17.83
%42.01

CMYK Percentages of Color #c457cd

%4
%58
%0
%20

Triadic Colors of #c457cd

#c457cd #cdc457 #57cdc4

Analogous Colors of #c457cd

#c457cd #cd579b #8957cd

Monochromatic Colors of #c457cd

#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.