Color Hex Logo

#c75576 Color Hex

#C75576
(199,85,118)
0 Favorites   0 Comments

Color spaces of #c75576

RGB 19985118
HSL0.950.500.56
HSV343°57°78°
CMYK 0.000.570.41   0.22
XYZ30.071719.947119.4048
Yxy19.94710.43320.2873
Hunter Lab44.662242.02795.5032
CIE-Lab51.777348.55974.3073

#c75576 color RGB value is (199,85,118).

#c75576 hex color red value is 199, green value is 85 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #c75576 hue: 0.95 , saturation: 0.50 and the lightness value of c75576 is 0.56.

The process color (four color CMYK) of #c75576 color hex is 0.00, 0.57, 0.41, 0.22. Web safe color of #c75576 is #cc6666. Color #c75576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010101 01110110
Octal 307 125 166
Decimal 199 85 118
Hex C7 55 76

RGB Percentages of Color #c75576

%49.50
%21.14
%29.35

CMYK Percentages of Color #c75576

%0
%57
%41
%22

Triadic Colors of #c75576

#c75576 #76c755 #5576c7

Analogous Colors of #c75576

#c75576 #c76d55 #c755af

Monochromatic Colors of #c75576

#c75576

Complementary Color

#c75576 #55c7a6

#c75576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75576 Color CSS Codes

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

#c75576 Text Font Color

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

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


#c75576 Background Color

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

This div background color is #c75576


#c75576 Border Color

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

This div border color is #c75576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75576


Comments

No comments written yet.

Please login to write comment.