Color Hex Logo

#cc3176 Color Hex

#CC3176
(204,49,118)
0 Favorites   0 Comments

Color spaces of #cc3176

RGB 20449118
HSL0.930.610.50
HSV333°76°80°
CMYK 0.000.760.42   0.20
XYZ29.270216.342018.7512
Yxy16.34200.45480.2539
Hunter Lab40.425258.50010.7961
CIE-Lab47.420064.2871-1.9272

#cc3176 color RGB value is (204,49,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 01110110
Octal 314 61 166
Decimal 204 49 118
Hex CC 31 76

RGB Percentages of Color #cc3176

%54.99
%13.21
%31.81

CMYK Percentages of Color #cc3176

%0
%76
%42
%20

Triadic Colors of #cc3176

#cc3176 #76cc31 #3176cc

Analogous Colors of #cc3176

#cc3176 #cc3931 #cc31c4

Monochromatic Colors of #cc3176

#cc3176

Complementary Color

#cc3176 #31cc87

#cc3176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3176 Color CSS Codes

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

#cc3176 Text Font Color

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

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


#cc3176 Background Color

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

This div background color is #cc3176


#cc3176 Border Color

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

This div border color is #cc3176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3176


Comments

No comments written yet.

Please login to write comment.