Color Hex Logo

#d7575f Color Hex

#D7575F
(215,87,95)
0 Favorites   0 Comments

Color spaces of #d7575f

RGB 2158795
HSL0.990.620.59
HSV356°60°84°
CMYK 0.000.600.56   0.16
XYZ33.498122.089713.3247
Yxy22.08970.48610.3205
Hunter Lab46.999744.972916.0907
CIE-Lab54.122050.930721.6047

#d7575f color RGB value is (215,87,95).

#d7575f hex color red value is 215, green value is 87 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d7575f hue: 0.99 , saturation: 0.62 and the lightness value of d7575f is 0.59.

The process color (four color CMYK) of #d7575f color hex is 0.00, 0.60, 0.56, 0.16. Web safe color of #d7575f is #cc6666. Color #d7575f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010111 01011111
Octal 327 127 137
Decimal 215 87 95
Hex D7 57 5F

RGB Percentages of Color #d7575f

%54.16
%21.91
%23.93

CMYK Percentages of Color #d7575f

%0
%60
%56
%16

Triadic Colors of #d7575f

#d7575f #5fd757 #575fd7

Analogous Colors of #d7575f

#d7575f #d78f57 #d7579f

Monochromatic Colors of #d7575f

#d7575f

Complementary Color

#d7575f #57d7cf

#d7575f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7575f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7575f Color CSS Codes

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

#d7575f Text Font Color

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

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


#d7575f Background Color

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

This div background color is #d7575f


#d7575f Border Color

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

This div border color is #d7575f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,87,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7575f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7575f;
  -webkit-box-shadow: 1px 1px 3px 2px #d7575f;
  box-shadow:         1px 1px 3px 2px #d7575f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,87,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7575f


Comments

No comments written yet.

Please login to write comment.