Color Hex Logo

#cc538f Color Hex

#CC538F
(204,83,143)
0 Favorites   0 Comments

Color spaces of #cc538f

RGB 20483143
HSL0.920.540.56
HSV330°59°80°
CMYK 0.000.590.30   0.20
XYZ32.953021.007128.3046
Yxy21.00710.40060.2554
Hunter Lab45.833548.1279-4.5312
CIE-Lab52.957354.0251-8.7508

#cc538f color RGB value is (204,83,143).

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

The process color (four color CMYK) of #cc538f color hex is 0.00, 0.59, 0.30, 0.20. Web safe color of #cc538f is #cc6699. Color #cc538f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 10001111
Octal 314 123 217
Decimal 204 83 143
Hex CC 53 8F

RGB Percentages of Color #cc538f

%47.44
%19.30
%33.26

CMYK Percentages of Color #cc538f

%0
%59
%30
%20

Triadic Colors of #cc538f

#cc538f #8fcc53 #538fcc

Analogous Colors of #cc538f

#cc538f #cc5353 #cc53cc

Monochromatic Colors of #cc538f

#cc538f

Complementary Color

#cc538f #53cc90

#cc538f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc538f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc538f Color CSS Codes

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

#cc538f Text Font Color

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

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


#cc538f Background Color

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

This div background color is #cc538f


#cc538f Border Color

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

This div border color is #cc538f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc538f


Comments

No comments written yet.

Please login to write comment.