Color Hex Logo

#cc337e Color Hex

#CC337E
(204,51,126)
0 Favorites   0 Comments

Color spaces of #cc337e

RGB 20451126
HSL0.920.600.50
HSV331°75°80°
CMYK 0.000.750.38   0.20
XYZ29.851616.711421.3909
Yxy16.71140.43930.2459
Hunter Lab40.879658.8072-2.4087
CIE-Lab47.894364.4636-6.1034

#cc337e color RGB value is (204,51,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110011 01111110
Octal 314 63 176
Decimal 204 51 126
Hex CC 33 7E

RGB Percentages of Color #cc337e

%53.54
%13.39
%33.07

CMYK Percentages of Color #cc337e

%0
%75
%38
%20

Triadic Colors of #cc337e

#cc337e #7ecc33 #337ecc

Analogous Colors of #cc337e

#cc337e #cc3433 #cc33cb

Monochromatic Colors of #cc337e

#cc337e

Complementary Color

#cc337e #33cc81

#cc337e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc337e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc337e Color CSS Codes

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

#cc337e Text Font Color

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

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


#cc337e Background Color

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

This div background color is #cc337e


#cc337e Border Color

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

This div border color is #cc337e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc337e


Comments

No comments written yet.

Please login to write comment.