Color Hex Logo

#c552de Color Hex

#C552DE
(197,82,222)
0 Favorites   0 Comments

Color spaces of #c552de

RGB 19782222
HSL0.800.680.60
HSV289°63°87°
CMYK 0.110.630.00   0.13
XYZ39.228123.178871.5137
Yxy23.17880.29290.1731
Hunter Lab48.144461.1894-54.3684
CIE-Lab55.256065.1304-50.9941

#c552de color RGB value is (197,82,222).

#c552de hex color red value is 197, green value is 82 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c552de hue: 0.80 , saturation: 0.68 and the lightness value of c552de is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010010 11011110
Octal 305 122 336
Decimal 197 82 222
Hex C5 52 DE

RGB Percentages of Color #c552de

%39.32
%16.37
%44.31

CMYK Percentages of Color #c552de

%11
%63
%0
%13

Triadic Colors of #c552de

#c552de #dec552 #52dec5

Analogous Colors of #c552de

#c552de #de52b1 #7f52de

Monochromatic Colors of #c552de

#c552de

Complementary Color

#c552de #6bde52

#c552de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c552de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c552de Color CSS Codes

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

#c552de Text Font Color

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

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


#c552de Background Color

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

This div background color is #c552de


#c552de Border Color

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

This div border color is #c552de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c552de


Comments

No comments written yet.

Please login to write comment.