Color Hex Logo

#c72273 Color Hex

#C72273
(199,34,115)
0 Favorites   0 Comments

Color spaces of #c72273

RGB 19934115
HSL0.920.710.46
HSV331°83°78°
CMYK 0.000.830.42   0.22
XYZ27.219714.524017.5884
Yxy14.52400.45880.2448
Hunter Lab38.110460.7975-0.6858
CIE-Lab44.975266.7488-3.7931

#c72273 color RGB value is (199,34,115).

#c72273 hex color red value is 199, green value is 34 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c72273 hue: 0.92 , saturation: 0.71 and the lightness value of c72273 is 0.46.

The process color (four color CMYK) of #c72273 color hex is 0.00, 0.83, 0.42, 0.22. Web safe color of #c72273 is #cc3366. Color #c72273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100010 01110011
Octal 307 42 163
Decimal 199 34 115
Hex C7 22 73

RGB Percentages of Color #c72273

%57.18
%9.77
%33.05

CMYK Percentages of Color #c72273

%0
%83
%42
%22

Triadic Colors of #c72273

#c72273 #73c722 #2273c7

Analogous Colors of #c72273

#c72273 #c72422 #c722c6

Monochromatic Colors of #c72273

#c72273

Complementary Color

#c72273 #22c776

#c72273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72273 Color CSS Codes

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

#c72273 Text Font Color

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

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


#c72273 Background Color

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

This div background color is #c72273


#c72273 Border Color

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

This div border color is #c72273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72273


Comments

No comments written yet.

Please login to write comment.