Color Hex Logo

#d75f5b Color Hex

#D75F5B
(215,95,91)
0 Favorites   0 Comments

Color spaces of #d75f5b

RGB 2159591
HSL0.010.610.60
HSV58°84°
CMYK 0.000.560.58   0.16
XYZ34.004923.386812.6194
Yxy23.38680.48570.3340
Hunter Lab48.359940.884818.3803
CIE-Lab55.468546.899125.7100

#d75f5b color RGB value is (215,95,91).

#d75f5b hex color red value is 215, green value is 95 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #d75f5b hue: 0.01 , saturation: 0.61 and the lightness value of d75f5b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011111 01011011
Octal 327 137 133
Decimal 215 95 91
Hex D7 5F 5B

RGB Percentages of Color #d75f5b

%53.62
%23.69
%22.69

CMYK Percentages of Color #d75f5b

%0
%56
%58
%16

Triadic Colors of #d75f5b

#d75f5b #5bd75f #5f5bd7

Analogous Colors of #d75f5b

#d75f5b #d79d5b #d75b95

Monochromatic Colors of #d75f5b

#d75f5b

Complementary Color

#d75f5b #5bd3d7

#d75f5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75f5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75f5b Color CSS Codes

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

#d75f5b Text Font Color

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

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


#d75f5b Background Color

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

This div background color is #d75f5b


#d75f5b Border Color

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

This div border color is #d75f5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75f5b


Comments

No comments written yet.

Please login to write comment.