Color Hex Logo

#cc357e Color Hex

#CC357E
(204,53,126)
0 Favorites   0 Comments

Color spaces of #cc357e

RGB 20453126
HSL0.920.600.50
HSV331°74°80°
CMYK 0.000.740.38   0.20
XYZ29.940816.889921.4207
Yxy16.88990.43870.2475
Hunter Lab41.097358.1230-2.1349
CIE-Lab48.121063.8247-5.7666

#cc357e color RGB value is (204,53,126).

#cc357e hex color red value is 204, green value is 53 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cc357e hue: 0.92 , saturation: 0.60 and the lightness value of cc357e is 0.50.

The process color (four color CMYK) of #cc357e color hex is 0.00, 0.74, 0.38, 0.20. Web safe color of #cc357e is #cc3366. Color #cc357e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 01111110
Octal 314 65 176
Decimal 204 53 126
Hex CC 35 7E

RGB Percentages of Color #cc357e

%53.26
%13.84
%32.90

CMYK Percentages of Color #cc357e

%0
%74
%38
%20

Triadic Colors of #cc357e

#cc357e #7ecc35 #357ecc

Analogous Colors of #cc357e

#cc357e #cc3835 #cc35ca

Monochromatic Colors of #cc357e

#cc357e

Complementary Color

#cc357e #35cc83

#cc357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc357e Color CSS Codes

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

#cc357e Text Font Color

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

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


#cc357e Background Color

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

This div background color is #cc357e


#cc357e Border Color

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

This div border color is #cc357e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc357e


Comments

No comments written yet.

Please login to write comment.