Color Hex Logo

#d9387e Color Hex

#D9387E
(217,56,126)
0 Favorites   0 Comments

Color spaces of #d9387e

RGB 21756126
HSL0.930.680.54
HSV334°74°85°
CMYK 0.000.740.42   0.15
XYZ33.795319.086421.6415
Yxy19.08640.45350.2561
Hunter Lab43.688061.62661.2114
CIE-Lab50.788166.3425-1.5664

#d9387e color RGB value is (217,56,126).

#d9387e hex color red value is 217, green value is 56 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d9387e hue: 0.93 , saturation: 0.68 and the lightness value of d9387e is 0.54.

The process color (four color CMYK) of #d9387e color hex is 0.00, 0.74, 0.42, 0.15. Web safe color of #d9387e is #cc3366. Color #d9387e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111000 01111110
Octal 331 70 176
Decimal 217 56 126
Hex D9 38 7E

RGB Percentages of Color #d9387e

%54.39
%14.04
%31.58

CMYK Percentages of Color #d9387e

%0
%74
%42
%15

Triadic Colors of #d9387e

#d9387e #7ed938 #387ed9

Analogous Colors of #d9387e

#d9387e #d94238 #d938cf

Monochromatic Colors of #d9387e

#d9387e

Complementary Color

#d9387e #38d993

#d9387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9387e Color CSS Codes

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

#d9387e Text Font Color

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

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


#d9387e Background Color

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

This div background color is #d9387e


#d9387e Border Color

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

This div border color is #d9387e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,56,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9387e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9387e;
  -webkit-box-shadow: 1px 1px 3px 2px #d9387e;
  box-shadow:         1px 1px 3px 2px #d9387e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,56,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9387e


Comments

No comments written yet.

Please login to write comment.