Color Hex Logo

#d39bde Color Hex

#D39BDE
(211,155,222)
0 Favorites   0 Comments

Color spaces of #d39bde

RGB 211155222
HSL0.810.500.74
HSV290°30°87°
CMYK 0.050.300.00   0.13
XYZ51.770142.565574.5946
Yxy42.56550.30650.2520
Hunter Lab65.242227.4669-22.1195
CIE-Lab71.259132.2186-25.8642

#d39bde color RGB value is (211,155,222).

#d39bde hex color red value is 211, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d39bde hue: 0.81 , saturation: 0.50 and the lightness value of d39bde is 0.74.

The process color (four color CMYK) of #d39bde color hex is 0.05, 0.30, 0.00, 0.13. Web safe color of #d39bde is #cc99cc. Color #d39bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011011 11011110
Octal 323 233 336
Decimal 211 155 222
Hex D3 9B DE

RGB Percentages of Color #d39bde

%35.88
%26.36
%37.76

CMYK Percentages of Color #d39bde

%5
%30
%0
%13

Triadic Colors of #d39bde

#d39bde #ded39b #9bded3

Analogous Colors of #d39bde

#d39bde #de9bc8 #b29bde

Monochromatic Colors of #d39bde

#d39bde

Complementary Color

#d39bde #a6de9b

#d39bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39bde Color CSS Codes

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

#d39bde Text Font Color

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

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


#d39bde Background Color

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

This div background color is #d39bde


#d39bde Border Color

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

This div border color is #d39bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39bde


Comments

No comments written yet.

Please login to write comment.