Color Hex Logo

#cc328f Color Hex

#CC328F
(204,50,143)
0 Favorites   0 Comments

Color spaces of #cc328f

RGB 20450143
HSL0.900.610.50
HSV324°75°80°
CMYK 0.000.750.30   0.20
XYZ31.000417.101727.6537
Yxy17.10170.40920.2257
Hunter Lab41.354261.4393-10.6995
CIE-Lab48.387966.6411-15.6429

#cc328f color RGB value is (204,50,143).

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

The process color (four color CMYK) of #cc328f color hex is 0.00, 0.75, 0.30, 0.20. Web safe color of #cc328f is #cc3399. Color #cc328f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 10001111
Octal 314 62 217
Decimal 204 50 143
Hex CC 32 8F

RGB Percentages of Color #cc328f

%51.39
%12.59
%36.02

CMYK Percentages of Color #cc328f

%0
%75
%30
%20

Triadic Colors of #cc328f

#cc328f #8fcc32 #328fcc

Analogous Colors of #cc328f

#cc328f #cc3242 #bc32cc

Monochromatic Colors of #cc328f

#cc328f

Complementary Color

#cc328f #32cc6f

#cc328f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc328f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc328f Color CSS Codes

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

#cc328f Text Font Color

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

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


#cc328f Background Color

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

This div background color is #cc328f


#cc328f Border Color

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

This div border color is #cc328f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc328f


Comments

No comments written yet.

Please login to write comment.