Color Hex Logo

#c578bd Color Hex

#C578BD
(197,120,189)
0 Favorites   0 Comments

Color spaces of #c578bd

RGB 197120189
HSL0.850.400.62
HSV306°39°77°
CMYK 0.000.390.04   0.23
XYZ38.927728.977451.6856
Yxy28.97740.32550.2423
Hunter Lab53.830734.8788-19.2459
CIE-Lab60.761740.4465-23.6673

#c578bd color RGB value is (197,120,189).

#c578bd hex color red value is 197, green value is 120 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c578bd hue: 0.85 , saturation: 0.40 and the lightness value of c578bd is 0.62.

The process color (four color CMYK) of #c578bd color hex is 0.00, 0.39, 0.04, 0.23. Web safe color of #c578bd is #cc66cc. Color #c578bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111000 10111101
Octal 305 170 275
Decimal 197 120 189
Hex C5 78 BD

RGB Percentages of Color #c578bd

%38.93
%23.72
%37.35

CMYK Percentages of Color #c578bd

%0
%39
%4
%23

Triadic Colors of #c578bd

#c578bd #bdc578 #78bdc5

Analogous Colors of #c578bd

#c578bd #c57897 #a778c5

Monochromatic Colors of #c578bd

#c578bd

Complementary Color

#c578bd #78c580

#c578bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c578bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c578bd Color CSS Codes

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

#c578bd Text Font Color

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

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


#c578bd Background Color

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

This div background color is #c578bd


#c578bd Border Color

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

This div border color is #c578bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,120,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c578bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c578bd


Comments

No comments written yet.

Please login to write comment.