Color Hex Logo

#cc32be Color Hex

#CC32BE
(204,50,190)
0 Favorites   0 Comments

Color spaces of #cc32be

RGB 20450190
HSL0.850.610.50
HSV305°75°80°
CMYK 0.000.750.07   0.20
XYZ35.336718.836350.4885
Yxy18.83630.33760.1800
Hunter Lab43.400869.3823-38.5920
CIE-Lab50.495172.9109-40.1543

#cc32be color RGB value is (204,50,190).

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

The process color (four color CMYK) of #cc32be color hex is 0.00, 0.75, 0.07, 0.20. Web safe color of #cc32be is #cc33cc. Color #cc32be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 10111110
Octal 314 62 276
Decimal 204 50 190
Hex CC 32 BE

RGB Percentages of Color #cc32be

%45.95
%11.26
%42.79

CMYK Percentages of Color #cc32be

%0
%75
%7
%20

Triadic Colors of #cc32be

#cc32be #becc32 #32becc

Analogous Colors of #cc32be

#cc32be #cc3271 #8d32cc

Monochromatic Colors of #cc32be

#cc32be

Complementary Color

#cc32be #32cc40

#cc32be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc32be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc32be Color CSS Codes

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

#cc32be Text Font Color

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

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


#cc32be Background Color

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

This div background color is #cc32be


#cc32be Border Color

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

This div border color is #cc32be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc32be


Comments

No comments written yet.

Please login to write comment.