Color Hex Logo

#c578cd Color Hex

#C578CD
(197,120,205)
0 Favorites   0 Comments

Color spaces of #c578cd

RGB 197120205
HSL0.820.460.64
HSV294°41°80°
CMYK 0.040.410.00   0.20
XYZ40.761929.711061.3440
Yxy29.71100.30920.2254
Hunter Lab54.507838.0968-28.5705
CIE-Lab61.404143.4203-31.7285

#c578cd color RGB value is (197,120,205).

#c578cd hex color red value is 197, green value is 120 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c578cd hue: 0.82 , saturation: 0.46 and the lightness value of c578cd is 0.64.

The process color (four color CMYK) of #c578cd color hex is 0.04, 0.41, 0.00, 0.20. Web safe color of #c578cd is #cc66cc. Color #c578cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111000 11001101
Octal 305 170 315
Decimal 197 120 205
Hex C5 78 CD

RGB Percentages of Color #c578cd

%37.74
%22.99
%39.27

CMYK Percentages of Color #c578cd

%4
%41
%0
%20

Triadic Colors of #c578cd

#c578cd #cdc578 #78cdc5

Analogous Colors of #c578cd

#c578cd #cd78ab #9b78cd

Monochromatic Colors of #c578cd

#c578cd

Complementary Color

#c578cd #80cd78

#c578cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c578cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c578cd Color CSS Codes

.mybgcolor {background-color:#c578cd; } 
.myforecolor {color:#c578cd; }
.mybordercolor {border:3px solid #c578cd; }

#c578cd Text Font Color

<p style="color:#c578cd">Text here</p>

This sample text font color is #c578cd
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.


#c578cd Background Color

<div style="background-color:#c578cd">
Div content here</div>

This div background color is #c578cd


#c578cd Border Color

<div style="border:3px solid #c578cd">
Div here</div>

This div border color is #c578cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,120,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c578cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c578cd;
  -webkit-box-shadow: 1px 1px 3px 2px #c578cd;
  box-shadow:         1px 1px 3px 2px #c578cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,120,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 #c578cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c578cd;
  -webkit-box-shadow: 1px 1px 3px 2px #c578cd;
  box-shadow:         1px 1px 3px 2px #c578cd;">
Div content here</div>

This div box has shadow with color #c578cd


Comments

No comments written yet.

Please login to write comment.