Color Hex Logo

#c04876 Color Hex

#C04876
(192,72,118)
0 Favorites   0 Comments

Color spaces of #c04876

RGB 19272118
HSL0.940.490.52
HSV337°63°75°
CMYK 0.000.630.39   0.25
XYZ27.325617.149219.0094
Yxy17.14920.43040.2701
Hunter Lab41.411645.31361.7719
CIE-Lab48.447552.2090-0.6642

#c04876 color RGB value is (192,72,118).

#c04876 hex color red value is 192, green value is 72 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #c04876 hue: 0.94 , saturation: 0.49 and the lightness value of c04876 is 0.52.

The process color (four color CMYK) of #c04876 color hex is 0.00, 0.63, 0.39, 0.25. Web safe color of #c04876 is #cc3366. Color #c04876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001000 01110110
Octal 300 110 166
Decimal 192 72 118
Hex C0 48 76

RGB Percentages of Color #c04876

%50.26
%18.85
%30.89

CMYK Percentages of Color #c04876

%0
%63
%39
%25

Triadic Colors of #c04876

#c04876 #76c048 #4876c0

Analogous Colors of #c04876

#c04876 #c05648 #c048b2

Monochromatic Colors of #c04876

#c04876

Complementary Color

#c04876 #48c092

#c04876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04876 Color CSS Codes

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

#c04876 Text Font Color

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

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


#c04876 Background Color

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

This div background color is #c04876


#c04876 Border Color

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

This div border color is #c04876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04876


Comments

No comments written yet.

Please login to write comment.