Color Hex Logo

#c72979 Color Hex

#C72979
(199,41,121)
0 Favorites   0 Comments

Color spaces of #c72979

RGB 19941121
HSL0.920.660.47
HSV330°79°78°
CMYK 0.000.790.39   0.22
XYZ27.797315.108519.5403
Yxy15.10850.44510.2419
Hunter Lab38.869759.6309-2.5971
CIE-Lab45.782465.5842-6.2901

#c72979 color RGB value is (199,41,121).

#c72979 hex color red value is 199, green value is 41 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c72979 hue: 0.92 , saturation: 0.66 and the lightness value of c72979 is 0.47.

The process color (four color CMYK) of #c72979 color hex is 0.00, 0.79, 0.39, 0.22. Web safe color of #c72979 is #cc3366. Color #c72979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101001 01111001
Octal 307 51 171
Decimal 199 41 121
Hex C7 29 79

RGB Percentages of Color #c72979

%55.12
%11.36
%33.52

CMYK Percentages of Color #c72979

%0
%79
%39
%22

Triadic Colors of #c72979

#c72979 #79c729 #2979c7

Analogous Colors of #c72979

#c72979 #c7292a #c629c7

Monochromatic Colors of #c72979

#c72979

Complementary Color

#c72979 #29c777

#c72979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72979 Color CSS Codes

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

#c72979 Text Font Color

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

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


#c72979 Background Color

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

This div background color is #c72979


#c72979 Border Color

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

This div border color is #c72979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72979


Comments

No comments written yet.

Please login to write comment.