Color Hex Logo

#cc32bf Color Hex

#CC32BF
(204,50,191)
0 Favorites   0 Comments

Color spaces of #cc32bf

RGB 20450191
HSL0.850.610.50
HSV305°75°80°
CMYK 0.000.750.06   0.20
XYZ35.446418.880251.0662
Yxy18.88020.33630.1791
Hunter Lab43.451469.5755-39.2646
CIE-Lab50.546873.0601-40.6535

#cc32bf color RGB value is (204,50,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 10111111
Octal 314 62 277
Decimal 204 50 191
Hex CC 32 BF

RGB Percentages of Color #cc32bf

%45.84
%11.24
%42.92

CMYK Percentages of Color #cc32bf

%0
%75
%6
%20

Triadic Colors of #cc32bf

#cc32bf #bfcc32 #32bfcc

Analogous Colors of #cc32bf

#cc32bf #cc3272 #8c32cc

Monochromatic Colors of #cc32bf

#cc32bf

Complementary Color

#cc32bf #32cc3f

#cc32bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc32bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc32bf Color CSS Codes

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

#cc32bf Text Font Color

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

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


#cc32bf Background Color

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

This div background color is #cc32bf


#cc32bf Border Color

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

This div border color is #cc32bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc32bf


Comments

No comments written yet.

Please login to write comment.