Color Hex Logo

#cc3876 Color Hex

#CC3876
(204,56,118)
0 Favorites   0 Comments

Color spaces of #cc3876

RGB 20456118
HSL0.930.590.51
HSV335°73°80°
CMYK 0.000.730.42   0.20
XYZ29.586016.973718.8564
Yxy16.97370.45230.2595
Hunter Lab41.199256.08621.7030
CIE-Lab48.226962.0192-0.7438

#cc3876 color RGB value is (204,56,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 01110110
Octal 314 70 166
Decimal 204 56 118
Hex CC 38 76

RGB Percentages of Color #cc3876

%53.97
%14.81
%31.22

CMYK Percentages of Color #cc3876

%0
%73
%42
%20

Triadic Colors of #cc3876

#cc3876 #76cc38 #3876cc

Analogous Colors of #cc3876

#cc3876 #cc4438 #cc38c0

Monochromatic Colors of #cc3876

#cc3876

Complementary Color

#cc3876 #38cc8e

#cc3876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3876 Color CSS Codes

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

#cc3876 Text Font Color

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

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


#cc3876 Background Color

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

This div background color is #cc3876


#cc3876 Border Color

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

This div border color is #cc3876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3876


Comments

No comments written yet.

Please login to write comment.