Color Hex Logo

#c552ce Color Hex

#C552CE
(197,82,206)
0 Favorites   0 Comments

Color spaces of #c552ce

RGB 19782206
HSL0.820.560.56
HSV296°60°81°
CMYK 0.040.600.00   0.19
XYZ37.183822.361160.7488
Yxy22.36110.30910.1859
Hunter Lab47.287557.6075-43.0667
CIE-Lab54.408162.2031-43.2546

#c552ce color RGB value is (197,82,206).

#c552ce hex color red value is 197, green value is 82 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c552ce hue: 0.82 , saturation: 0.56 and the lightness value of c552ce is 0.56.

The process color (four color CMYK) of #c552ce color hex is 0.04, 0.60, 0.00, 0.19. Web safe color of #c552ce is #cc66cc. Color #c552ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010010 11001110
Octal 305 122 316
Decimal 197 82 206
Hex C5 52 CE

RGB Percentages of Color #c552ce

%40.62
%16.91
%42.47

CMYK Percentages of Color #c552ce

%4
%60
%0
%19

Triadic Colors of #c552ce

#c552ce #cec552 #52cec5

Analogous Colors of #c552ce

#c552ce #ce5299 #8752ce

Monochromatic Colors of #c552ce

#c552ce

Complementary Color

#c552ce #5bce52

#c552ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c552ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c552ce Color CSS Codes

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

#c552ce Text Font Color

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

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


#c552ce Background Color

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

This div background color is #c552ce


#c552ce Border Color

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

This div border color is #c552ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c552ce


Comments

No comments written yet.

Please login to write comment.