Color Hex Logo

#c05072 Color Hex

#C05072
(192,80,114)
0 Favorites   0 Comments

Color spaces of #c05072

RGB 19280114
HSL0.950.470.53
HSV342°58°75°
CMYK 0.000.580.41   0.25
XYZ27.644218.158717.9676
Yxy18.15870.43350.2848
Hunter Lab42.613041.22494.8297
CIE-Lab49.688048.13943.5552

#c05072 color RGB value is (192,80,114).

#c05072 hex color red value is 192, green value is 80 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c05072 hue: 0.95 , saturation: 0.47 and the lightness value of c05072 is 0.53.

The process color (four color CMYK) of #c05072 color hex is 0.00, 0.58, 0.41, 0.25. Web safe color of #c05072 is #cc6666. Color #c05072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010000 01110010
Octal 300 120 162
Decimal 192 80 114
Hex C0 50 72

RGB Percentages of Color #c05072

%49.74
%20.73
%29.53

CMYK Percentages of Color #c05072

%0
%58
%41
%25

Triadic Colors of #c05072

#c05072 #72c050 #5072c0

Analogous Colors of #c05072

#c05072 #c06650 #c050aa

Monochromatic Colors of #c05072

#c05072

Complementary Color

#c05072 #50c09e

#c05072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05072 Color CSS Codes

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

#c05072 Text Font Color

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

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


#c05072 Background Color

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

This div background color is #c05072


#c05072 Border Color

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

This div border color is #c05072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05072


Comments

No comments written yet.

Please login to write comment.