Color Hex Logo

#d75457 Color Hex

#D75457
(215,84,87)
0 Favorites   0 Comments

Color spaces of #d75457

RGB 2158487
HSL1.000.620.59
HSV359°61°84°
CMYK 0.000.610.60   0.16
XYZ32.915021.475811.4273
Yxy21.47580.50010.3263
Hunter Lab46.342045.683517.8193
CIE-Lab53.466351.695825.4306

#d75457 color RGB value is (215,84,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010100 01010111
Octal 327 124 127
Decimal 215 84 87
Hex D7 54 57

RGB Percentages of Color #d75457

%55.70
%21.76
%22.54

CMYK Percentages of Color #d75457

%0
%61
%60
%16

Triadic Colors of #d75457

#d75457 #57d754 #5457d7

Analogous Colors of #d75457

#d75457 #d79354 #d75499

Monochromatic Colors of #d75457

#d75457

Complementary Color

#d75457 #54d7d4

#d75457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75457 Color CSS Codes

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

#d75457 Text Font Color

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

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


#d75457 Background Color

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

This div background color is #d75457


#d75457 Border Color

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

This div border color is #d75457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75457


Comments

No comments written yet.

Please login to write comment.