Color Hex Logo

#c04c9f Color Hex

#C04C9F
(192,76,159)
0 Favorites   0 Comments

Color spaces of #c04c9f

RGB 19276159
HSL0.880.480.53
HSV317°60°75°
CMYK 0.000.600.17   0.25
XYZ30.580718.878634.8330
Yxy18.87860.36280.2240
Hunter Lab43.449549.5955-17.1175
CIE-Lab50.544955.7836-22.0530

#c04c9f color RGB value is (192,76,159).

#c04c9f hex color red value is 192, green value is 76 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c04c9f hue: 0.88 , saturation: 0.48 and the lightness value of c04c9f is 0.53.

The process color (four color CMYK) of #c04c9f color hex is 0.00, 0.60, 0.17, 0.25. Web safe color of #c04c9f is #cc3399. Color #c04c9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001100 10011111
Octal 300 114 237
Decimal 192 76 159
Hex C0 4C 9F

RGB Percentages of Color #c04c9f

%44.96
%17.80
%37.24

CMYK Percentages of Color #c04c9f

%0
%60
%17
%25

Triadic Colors of #c04c9f

#c04c9f #9fc04c #4c9fc0

Analogous Colors of #c04c9f

#c04c9f #c04c65 #a74cc0

Monochromatic Colors of #c04c9f

#c04c9f

Complementary Color

#c04c9f #4cc06d

#c04c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04c9f Color CSS Codes

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

#c04c9f Text Font Color

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

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


#c04c9f Background Color

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

This div background color is #c04c9f


#c04c9f Border Color

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

This div border color is #c04c9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,76,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04c9f


Comments

No comments written yet.

Please login to write comment.