Color Hex Logo

#c572de Color Hex

#C572DE
(197,114,222)
0 Favorites   0 Comments

Color spaces of #c572de

RGB 197114222
HSL0.790.620.66
HSV286°49°87°
CMYK 0.110.490.00   0.13
XYZ42.228129.178972.5137
Yxy29.17890.29340.2027
Hunter Lab54.017545.0115-41.7793
CIE-Lab60.939249.8918-42.0021

#c572de color RGB value is (197,114,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110010 11011110
Octal 305 162 336
Decimal 197 114 222
Hex C5 72 DE

RGB Percentages of Color #c572de

%36.96
%21.39
%41.65

CMYK Percentages of Color #c572de

%11
%49
%0
%13

Triadic Colors of #c572de

#c572de #dec572 #72dec5

Analogous Colors of #c572de

#c572de #de72c1 #8f72de

Monochromatic Colors of #c572de

#c572de

Complementary Color

#c572de #8bde72

#c572de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c572de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c572de Color CSS Codes

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

#c572de Text Font Color

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

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


#c572de Background Color

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

This div background color is #c572de


#c572de Border Color

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

This div border color is #c572de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c572de


Comments

No comments written yet.

Please login to write comment.