Color Hex Logo

#cc337b Color Hex

#CC337B
(204,51,123)
0 Favorites   0 Comments

Color spaces of #cc337b

RGB 20451123
HSL0.920.600.50
HSV332°75°80°
CMYK 0.000.750.40   0.20
XYZ29.660816.635120.3865
Yxy16.63510.44480.2495
Hunter Lab40.786158.4343-1.0851
CIE-Lab47.796964.1578-4.4224

#cc337b color RGB value is (204,51,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110011 01111011
Octal 314 63 173
Decimal 204 51 123
Hex CC 33 7B

RGB Percentages of Color #cc337b

%53.97
%13.49
%32.54

CMYK Percentages of Color #cc337b

%0
%75
%40
%20

Triadic Colors of #cc337b

#cc337b #7bcc33 #337bcc

Analogous Colors of #cc337b

#cc337b #cc3833 #cc33c8

Monochromatic Colors of #cc337b

#cc337b

Complementary Color

#cc337b #33cc84

#cc337b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc337b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc337b Color CSS Codes

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

#cc337b Text Font Color

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

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


#cc337b Background Color

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

This div background color is #cc337b


#cc337b Border Color

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

This div border color is #cc337b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc337b


Comments

No comments written yet.

Please login to write comment.