Color Hex Logo

#c578de Color Hex

#C578DE
(197,120,222)
0 Favorites   0 Comments

Color spaces of #c578de

RGB 197120222
HSL0.790.610.67
HSV285°46°87°
CMYK 0.110.460.00   0.13
XYZ42.927230.577272.7467
Yxy30.57720.29350.2091
Hunter Lab55.296741.8017-39.2926
CIE-Lab62.149146.7706-40.1030

#c578de color RGB value is (197,120,222).

#c578de hex color red value is 197, green value is 120 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c578de hue: 0.79 , saturation: 0.61 and the lightness value of c578de is 0.67.

The process color (four color CMYK) of #c578de color hex is 0.11, 0.46, 0.00, 0.13. Web safe color of #c578de is #cc66cc. Color #c578de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111000 11011110
Octal 305 170 336
Decimal 197 120 222
Hex C5 78 DE

RGB Percentages of Color #c578de

%36.55
%22.26
%41.19

CMYK Percentages of Color #c578de

%11
%46
%0
%13

Triadic Colors of #c578de

#c578de #dec578 #78dec5

Analogous Colors of #c578de

#c578de #de78c4 #9278de

Monochromatic Colors of #c578de

#c578de

Complementary Color

#c578de #91de78

#c578de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c578de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c578de Color CSS Codes

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

#c578de Text Font Color

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

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


#c578de Background Color

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

This div background color is #c578de


#c578de Border Color

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

This div border color is #c578de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c578de


Comments

No comments written yet.

Please login to write comment.