Color Hex Logo

#c576de Color Hex

#C576DE
(197,118,222)
0 Favorites   0 Comments

Color spaces of #c576de

RGB 197118222
HSL0.790.610.67
HSV286°47°87°
CMYK 0.110.470.00   0.13
XYZ42.689230.101172.6674
Yxy30.10110.29350.2069
Hunter Lab54.864542.8753-40.1238
CIE-Lab61.741447.8178-40.7424

#c576de color RGB value is (197,118,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110110 11011110
Octal 305 166 336
Decimal 197 118 222
Hex C5 76 DE

RGB Percentages of Color #c576de

%36.69
%21.97
%41.34

CMYK Percentages of Color #c576de

%11
%47
%0
%13

Triadic Colors of #c576de

#c576de #dec576 #76dec5

Analogous Colors of #c576de

#c576de #de76c3 #9176de

Monochromatic Colors of #c576de

#c576de

Complementary Color

#c576de #8fde76

#c576de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c576de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c576de Color CSS Codes

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

#c576de Text Font Color

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

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


#c576de Background Color

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

This div background color is #c576de


#c576de Border Color

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

This div border color is #c576de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c576de


Comments

No comments written yet.

Please login to write comment.