Color Hex Logo

#d39abf Color Hex

#D39ABF
(211,154,191)
0 Favorites   0 Comments

Color spaces of #d39abf

RGB 211154191
HSL0.890.390.72
HSV321°27°83°
CMYK 0.000.270.09   0.17
XYZ47.823540.721754.6297
Yxy40.72170.33400.2844
Hunter Lab63.813622.0987-6.0877
CIE-Lab69.980527.0780-10.6806

#d39abf color RGB value is (211,154,191).

#d39abf hex color red value is 211, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d39abf hue: 0.89 , saturation: 0.39 and the lightness value of d39abf is 0.72.

The process color (four color CMYK) of #d39abf color hex is 0.00, 0.27, 0.09, 0.17. Web safe color of #d39abf is #cc99cc. Color #d39abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011010 10111111
Octal 323 232 277
Decimal 211 154 191
Hex D3 9A BF

RGB Percentages of Color #d39abf

%37.95
%27.70
%34.35

CMYK Percentages of Color #d39abf

%0
%27
%9
%17

Triadic Colors of #d39abf

#d39abf #bfd39a #9abfd3

Analogous Colors of #d39abf

#d39abf #d39aa3 #cb9ad3

Monochromatic Colors of #d39abf

#d39abf

Complementary Color

#d39abf #9ad3ae

#d39abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39abf Color CSS Codes

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

#d39abf Text Font Color

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

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


#d39abf Background Color

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

This div background color is #d39abf


#d39abf Border Color

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

This div border color is #d39abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39abf


Comments

No comments written yet.

Please login to write comment.