Color Hex Logo

#cc537d Color Hex

#CC537D
(204,83,125)
0 Favorites   0 Comments

Color spaces of #cc537d

RGB 20483125
HSL0.940.540.56
HSV339°59°80°
CMYK 0.000.590.39   0.20
XYZ31.696820.504621.6892
Yxy20.50460.42900.2775
Hunter Lab45.282045.70413.2986
CIE-Lab52.403051.89291.1322

#cc537d color RGB value is (204,83,125).

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

The process color (four color CMYK) of #cc537d color hex is 0.00, 0.59, 0.39, 0.20. Web safe color of #cc537d is #cc6666. Color #cc537d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 01111101
Octal 314 123 175
Decimal 204 83 125
Hex CC 53 7D

RGB Percentages of Color #cc537d

%49.51
%20.15
%30.34

CMYK Percentages of Color #cc537d

%0
%59
%39
%20

Triadic Colors of #cc537d

#cc537d #7dcc53 #537dcc

Analogous Colors of #cc537d

#cc537d #cc6653 #cc53ba

Monochromatic Colors of #cc537d

#cc537d

Complementary Color

#cc537d #53cca2

#cc537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc537d Color CSS Codes

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

#cc537d Text Font Color

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

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


#cc537d Background Color

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

This div background color is #cc537d


#cc537d Border Color

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

This div border color is #cc537d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc537d


Comments

No comments written yet.

Please login to write comment.