Color Hex Logo

#c552bf Color Hex

#C552BF
(197,82,191)
0 Favorites   0 Comments

Color spaces of #c552bf

RGB 19782191
HSL0.840.500.55
HSV303°58°77°
CMYK 0.000.580.03   0.23
XYZ35.447221.666551.6040
Yxy21.66650.32600.1993
Hunter Lab46.547354.4755-33.1479
CIE-Lab53.671459.5947-35.8099

#c552bf color RGB value is (197,82,191).

#c552bf hex color red value is 197, green value is 82 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c552bf hue: 0.84 , saturation: 0.50 and the lightness value of c552bf is 0.55.

The process color (four color CMYK) of #c552bf color hex is 0.00, 0.58, 0.03, 0.23. Web safe color of #c552bf is #cc66cc. Color #c552bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010010 10111111
Octal 305 122 277
Decimal 197 82 191
Hex C5 52 BF

RGB Percentages of Color #c552bf

%41.91
%17.45
%40.64

CMYK Percentages of Color #c552bf

%0
%58
%3
%23

Triadic Colors of #c552bf

#c552bf #bfc552 #52bfc5

Analogous Colors of #c552bf

#c552bf #c55286 #9252c5

Monochromatic Colors of #c552bf

#c552bf

Complementary Color

#c552bf #52c558

#c552bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c552bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c552bf Color CSS Codes

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

#c552bf Text Font Color

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

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


#c552bf Background Color

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

This div background color is #c552bf


#c552bf Border Color

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

This div border color is #c552bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c552bf


Comments

No comments written yet.

Please login to write comment.