Color Hex Logo

#d387ad Color Hex

#D387AD
(211,135,173)
0 Favorites   0 Comments

Color spaces of #d387ad

RGB 211135173
HSL0.920.460.68
HSV330°36°83°
CMYK 0.000.360.18   0.17
XYZ43.070834.194043.8652
Yxy34.19400.35560.2823
Hunter Lab58.475629.1436-3.5431
CIE-Lab65.116334.4083-7.8567

#d387ad color RGB value is (211,135,173).

#d387ad hex color red value is 211, green value is 135 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d387ad hue: 0.92 , saturation: 0.46 and the lightness value of d387ad is 0.68.

The process color (four color CMYK) of #d387ad color hex is 0.00, 0.36, 0.18, 0.17. Web safe color of #d387ad is #cc9999. Color #d387ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000111 10101101
Octal 323 207 255
Decimal 211 135 173
Hex D3 87 AD

RGB Percentages of Color #d387ad

%40.66
%26.01
%33.33

CMYK Percentages of Color #d387ad

%0
%36
%18
%17

Triadic Colors of #d387ad

#d387ad #add387 #87add3

Analogous Colors of #d387ad

#d387ad #d38787 #d387d3

Monochromatic Colors of #d387ad

#d387ad

Complementary Color

#d387ad #87d3ad

#d387ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d387ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d387ad Color CSS Codes

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

#d387ad Text Font Color

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

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


#d387ad Background Color

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

This div background color is #d387ad


#d387ad Border Color

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

This div border color is #d387ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,135,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d387ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d387ad;
  -webkit-box-shadow: 1px 1px 3px 2px #d387ad;
  box-shadow:         1px 1px 3px 2px #d387ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,135,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d387ad


Comments

No comments written yet.

Please login to write comment.