Color Hex Logo

#d49dbb Color Hex

#D49DBB
(212,157,187)
0 Favorites   0 Comments

Color spaces of #d49dbb

RGB 212157187
HSL0.910.390.72
HSV327°26°83°
CMYK 0.000.260.12   0.17
XYZ48.178041.698852.5231
Yxy41.69880.33830.2928
Hunter Lab64.574620.1702-3.0225
CIE-Lab70.662825.1174-7.4347

#d49dbb color RGB value is (212,157,187).

#d49dbb hex color red value is 212, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d49dbb hue: 0.91 , saturation: 0.39 and the lightness value of d49dbb is 0.72.

The process color (four color CMYK) of #d49dbb color hex is 0.00, 0.26, 0.12, 0.17. Web safe color of #d49dbb is #cc99cc. Color #d49dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011101 10111011
Octal 324 235 273
Decimal 212 157 187
Hex D4 9D BB

RGB Percentages of Color #d49dbb

%38.13
%28.24
%33.63

CMYK Percentages of Color #d49dbb

%0
%26
%12
%17

Triadic Colors of #d49dbb

#d49dbb #bbd49d #9dbbd4

Analogous Colors of #d49dbb

#d49dbb #d49da0 #d29dd4

Monochromatic Colors of #d49dbb

#d49dbb

Complementary Color

#d49dbb #9dd4b6

#d49dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49dbb Color CSS Codes

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

#d49dbb Text Font Color

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

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


#d49dbb Background Color

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

This div background color is #d49dbb


#d49dbb Border Color

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

This div border color is #d49dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49dbb


Comments

No comments written yet.

Please login to write comment.