Color Hex Logo

#c72b75 Color Hex

#C72B75
(199,43,117)
0 Favorites   0 Comments

Color spaces of #c72b75

RGB 19943117
HSL0.920.640.47
HSV332°78°78°
CMYK 0.000.780.41   0.22
XYZ27.628015.154218.2985
Yxy15.15420.45230.2481
Hunter Lab38.928458.5591-0.6197
CIE-Lab45.844764.6408-3.7406

#c72b75 color RGB value is (199,43,117).

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

The process color (four color CMYK) of #c72b75 color hex is 0.00, 0.78, 0.41, 0.22. Web safe color of #c72b75 is #cc3366. Color #c72b75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101011 01110101
Octal 307 53 165
Decimal 199 43 117
Hex C7 2B 75

RGB Percentages of Color #c72b75

%55.43
%11.98
%32.59

CMYK Percentages of Color #c72b75

%0
%78
%41
%22

Triadic Colors of #c72b75

#c72b75 #75c72b #2b75c7

Analogous Colors of #c72b75

#c72b75 #c72f2b #c72bc3

Monochromatic Colors of #c72b75

#c72b75

Complementary Color

#c72b75 #2bc77d

#c72b75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72b75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72b75 Color CSS Codes

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

#c72b75 Text Font Color

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

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


#c72b75 Background Color

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

This div background color is #c72b75


#c72b75 Border Color

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

This div border color is #c72b75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72b75


Comments

No comments written yet.

Please login to write comment.