Color Hex Logo

#c72850 Color Hex

#C72850
(199,40,80)
0 Favorites   0 Comments

Color spaces of #c72850

RGB 1994080
HSL0.960.670.47
HSV345°80°78°
CMYK 0.000.800.60   0.22
XYZ25.759914.23898.9801
Yxy14.23890.52590.2907
Hunter Lab37.734555.819912.3042
CIE-Lab44.573662.479617.3803

#c72850 color RGB value is (199,40,80).

#c72850 hex color red value is 199, green value is 40 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c72850 hue: 0.96 , saturation: 0.67 and the lightness value of c72850 is 0.47.

The process color (four color CMYK) of #c72850 color hex is 0.00, 0.80, 0.60, 0.22. Web safe color of #c72850 is #cc3366. Color #c72850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101000 01010000
Octal 307 50 120
Decimal 199 40 80
Hex C7 28 50

RGB Percentages of Color #c72850

%62.38
%12.54
%25.08

CMYK Percentages of Color #c72850

%0
%80
%60
%22

Triadic Colors of #c72850

#c72850 #50c728 #2850c7

Analogous Colors of #c72850

#c72850 #c74f28 #c728a0

Monochromatic Colors of #c72850

#c72850

Complementary Color

#c72850 #28c79f

#c72850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72850 Color CSS Codes

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

#c72850 Text Font Color

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

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


#c72850 Background Color

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

This div background color is #c72850


#c72850 Border Color

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

This div border color is #c72850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72850


Comments

No comments written yet.

Please login to write comment.