Color Hex Logo

#d9387b Color Hex

#D9387B
(217,56,123)
0 Favorites   0 Comments

Color spaces of #d9387b

RGB 21756123
HSL0.930.680.54
HSV335°74°85°
CMYK 0.000.740.43   0.15
XYZ33.604619.010120.6371
Yxy19.01010.45880.2595
Hunter Lab43.600661.27572.4572
CIE-Lab50.699066.05910.1143

#d9387b color RGB value is (217,56,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111000 01111011
Octal 331 70 173
Decimal 217 56 123
Hex D9 38 7B

RGB Percentages of Color #d9387b

%54.80
%14.14
%31.06

CMYK Percentages of Color #d9387b

%0
%74
%43
%15

Triadic Colors of #d9387b

#d9387b #7bd938 #387bd9

Analogous Colors of #d9387b

#d9387b #d94538 #d938cc

Monochromatic Colors of #d9387b

#d9387b

Complementary Color

#d9387b #38d996

#d9387b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9387b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9387b Color CSS Codes

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

#d9387b Text Font Color

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

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


#d9387b Background Color

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

This div background color is #d9387b


#d9387b Border Color

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

This div border color is #d9387b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9387b


Comments

No comments written yet.

Please login to write comment.