Color Hex Logo

#cc52be Color Hex

#CC52BE
(204,82,190)
0 Favorites   0 Comments

Color spaces of #cc52be

RGB 20482190
HSL0.850.540.56
HSV307°60°80°
CMYK 0.000.600.07   0.20
XYZ37.213422.589751.1141
Yxy22.58970.33550.2037
Hunter Lab47.528656.5847-30.4927
CIE-Lab54.647261.2694-33.6324

#cc52be color RGB value is (204,82,190).

#cc52be hex color red value is 204, green value is 82 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cc52be hue: 0.85 , saturation: 0.54 and the lightness value of cc52be is 0.56.

The process color (four color CMYK) of #cc52be color hex is 0.00, 0.60, 0.07, 0.20. Web safe color of #cc52be is #cc66cc. Color #cc52be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010010 10111110
Octal 314 122 276
Decimal 204 82 190
Hex CC 52 BE

RGB Percentages of Color #cc52be

%42.86
%17.23
%39.92

CMYK Percentages of Color #cc52be

%0
%60
%7
%20

Triadic Colors of #cc52be

#cc52be #becc52 #52becc

Analogous Colors of #cc52be

#cc52be #cc5281 #9d52cc

Monochromatic Colors of #cc52be

#cc52be

Complementary Color

#cc52be #52cc60

#cc52be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc52be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc52be Color CSS Codes

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

#cc52be Text Font Color

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

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


#cc52be Background Color

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

This div background color is #cc52be


#cc52be Border Color

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

This div border color is #cc52be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc52be


Comments

No comments written yet.

Please login to write comment.