Color Hex Logo

#c0728e Color Hex

#C0728E
(192,114,142)
0 Favorites   0 Comments

Color spaces of #c0728e

RGB 192114142
HSL0.940.380.60
HSV338°41°75°
CMYK 0.000.410.26   0.25
XYZ32.638025.194128.7339
Yxy25.19410.37700.2910
Hunter Lab50.193728.22891.1945
CIE-Lab57.264134.3386-1.9674

#c0728e color RGB value is (192,114,142).

#c0728e hex color red value is 192, green value is 114 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c0728e hue: 0.94 , saturation: 0.38 and the lightness value of c0728e is 0.60.

The process color (four color CMYK) of #c0728e color hex is 0.00, 0.41, 0.26, 0.25. Web safe color of #c0728e is #cc6699. Color #c0728e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110010 10001110
Octal 300 162 216
Decimal 192 114 142
Hex C0 72 8E

RGB Percentages of Color #c0728e

%42.86
%25.45
%31.70

CMYK Percentages of Color #c0728e

%0
%41
%26
%25

Triadic Colors of #c0728e

#c0728e #8ec072 #728ec0

Analogous Colors of #c0728e

#c0728e #c07d72 #c072b5

Monochromatic Colors of #c0728e

#c0728e

Complementary Color

#c0728e #72c0a4

#c0728e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0728e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0728e Color CSS Codes

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

#c0728e Text Font Color

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

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


#c0728e Background Color

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

This div background color is #c0728e


#c0728e Border Color

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

This div border color is #c0728e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0728e


Comments

No comments written yet.

Please login to write comment.