Color Hex Logo

#cc3159 Color Hex

#CC3159
(204,49,89)
0 Favorites   0 Comments

Color spaces of #cc3159

RGB 2044989
HSL0.960.610.50
HSV345°76°80°
CMYK 0.000.760.56   0.20
XYZ27.803315.755311.0269
Yxy15.75530.50940.2886
Hunter Lab39.692955.569411.3140
CIE-Lab46.651861.860914.7963

#cc3159 color RGB value is (204,49,89).

#cc3159 hex color red value is 204, green value is 49 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #cc3159 hue: 0.96 , saturation: 0.61 and the lightness value of cc3159 is 0.50.

The process color (four color CMYK) of #cc3159 color hex is 0.00, 0.76, 0.56, 0.20. Web safe color of #cc3159 is #cc3366. Color #cc3159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 01011001
Octal 314 61 131
Decimal 204 49 89
Hex CC 31 59

RGB Percentages of Color #cc3159

%59.65
%14.33
%26.02

CMYK Percentages of Color #cc3159

%0
%76
%56
%20

Triadic Colors of #cc3159

#cc3159 #59cc31 #3159cc

Analogous Colors of #cc3159

#cc3159 #cc5731 #cc31a7

Monochromatic Colors of #cc3159

#cc3159

Complementary Color

#cc3159 #31cca4

#cc3159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3159 Color CSS Codes

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

#cc3159 Text Font Color

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

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


#cc3159 Background Color

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

This div background color is #cc3159


#cc3159 Border Color

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

This div border color is #cc3159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3159


Comments

No comments written yet.

Please login to write comment.