Color Hex Logo

#d69dbd Color Hex

#D69DBD
(214,157,189)
0 Favorites   0 Comments

Color spaces of #d69dbd

RGB 214157189
HSL0.910.410.73
HSV326°27°84°
CMYK 0.000.270.12   0.16
XYZ48.973842.084253.6860
Yxy42.08420.33830.2907
Hunter Lab64.872321.2277-3.6556
CIE-Lab70.928926.1532-8.1249

#d69dbd color RGB value is (214,157,189).

#d69dbd hex color red value is 214, green value is 157 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d69dbd hue: 0.91 , saturation: 0.41 and the lightness value of d69dbd is 0.73.

The process color (four color CMYK) of #d69dbd color hex is 0.00, 0.27, 0.12, 0.16. Web safe color of #d69dbd is #cc99cc. Color #d69dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011101 10111101
Octal 326 235 275
Decimal 214 157 189
Hex D6 9D BD

RGB Percentages of Color #d69dbd

%38.21
%28.04
%33.75

CMYK Percentages of Color #d69dbd

%0
%27
%12
%16

Triadic Colors of #d69dbd

#d69dbd #bdd69d #9dbdd6

Analogous Colors of #d69dbd

#d69dbd #d69da1 #d39dd6

Monochromatic Colors of #d69dbd

#d69dbd

Complementary Color

#d69dbd #9dd6b6

#d69dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69dbd Color CSS Codes

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

#d69dbd Text Font Color

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

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


#d69dbd Background Color

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

This div background color is #d69dbd


#d69dbd Border Color

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

This div border color is #d69dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,157,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d69dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d69dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #d69dbd;
  box-shadow:         1px 1px 3px 2px #d69dbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,157,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69dbd

#d69dbd Color Palettes


Comments

No comments written yet.

Please login to write comment.