Color Hex Logo

#c05970 Color Hex

#C05970
(192,89,112)
0 Favorites   0 Comments

Color spaces of #c05970

RGB 19289112
HSL0.960.450.55
HSV347°54°75°
CMYK 0.000.540.42   0.25
XYZ28.235219.521117.6090
Yxy19.52110.43200.2986
Hunter Lab44.182736.75177.2979
CIE-Lab51.291443.57267.0543

#c05970 color RGB value is (192,89,112).

#c05970 hex color red value is 192, green value is 89 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c05970 hue: 0.96 , saturation: 0.45 and the lightness value of c05970 is 0.55.

The process color (four color CMYK) of #c05970 color hex is 0.00, 0.54, 0.42, 0.25. Web safe color of #c05970 is #cc6666. Color #c05970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011001 01110000
Octal 300 131 160
Decimal 192 89 112
Hex C0 59 70

RGB Percentages of Color #c05970

%48.85
%22.65
%28.50

CMYK Percentages of Color #c05970

%0
%54
%42
%25

Triadic Colors of #c05970

#c05970 #70c059 #5970c0

Analogous Colors of #c05970

#c05970 #c07659 #c059a4

Monochromatic Colors of #c05970

#c05970

Complementary Color

#c05970 #59c0a9

#c05970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05970 Color CSS Codes

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

#c05970 Text Font Color

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

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


#c05970 Background Color

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

This div background color is #c05970


#c05970 Border Color

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

This div border color is #c05970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05970


Comments

No comments written yet.

Please login to write comment.