Color Hex Logo

#d4587d Color Hex

#D4587D
(212,88,125)
0 Favorites   0 Comments

Color spaces of #d4587d

RGB 21288125
HSL0.950.590.59
HSV342°58°83°
CMYK 0.000.580.41   0.17
XYZ34.342822.457221.9266
Yxy22.45720.43620.2853
Hunter Lab47.389046.42805.7392
CIE-Lab54.508852.20784.3382

#d4587d color RGB value is (212,88,125).

#d4587d hex color red value is 212, green value is 88 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d4587d hue: 0.95 , saturation: 0.59 and the lightness value of d4587d is 0.59.

The process color (four color CMYK) of #d4587d color hex is 0.00, 0.58, 0.41, 0.17. Web safe color of #d4587d is #cc6666. Color #d4587d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011000 01111101
Octal 324 130 175
Decimal 212 88 125
Hex D4 58 7D

RGB Percentages of Color #d4587d

%49.88
%20.71
%29.41

CMYK Percentages of Color #d4587d

%0
%58
%41
%17

Triadic Colors of #d4587d

#d4587d #7dd458 #587dd4

Analogous Colors of #d4587d

#d4587d #d47158 #d458bb

Monochromatic Colors of #d4587d

#d4587d

Complementary Color

#d4587d #58d4af

#d4587d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4587d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4587d Color CSS Codes

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

#d4587d Text Font Color

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

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


#d4587d Background Color

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

This div background color is #d4587d


#d4587d Border Color

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

This div border color is #d4587d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,88,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4587d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4587d;
  -webkit-box-shadow: 1px 1px 3px 2px #d4587d;
  box-shadow:         1px 1px 3px 2px #d4587d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,88,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4587d


Comments

No comments written yet.

Please login to write comment.