Color Hex Logo

#d49bbd Color Hex

#D49BBD
(212,155,189)
0 Favorites   0 Comments

Color spaces of #d49bbd

RGB 212155189
HSL0.900.400.72
HSV324°27°83°
CMYK 0.000.270.11   0.17
XYZ48.058041.113953.5469
Yxy41.11390.33670.2881
Hunter Lab64.120121.5755-4.6292
CIE-Lab70.255626.5409-9.1492

#d49bbd color RGB value is (212,155,189).

#d49bbd hex color red value is 212, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d49bbd hue: 0.90 , saturation: 0.40 and the lightness value of d49bbd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011011 10111101
Octal 324 233 275
Decimal 212 155 189
Hex D4 9B BD

RGB Percentages of Color #d49bbd

%38.13
%27.88
%33.99

CMYK Percentages of Color #d49bbd

%0
%27
%11
%17

Triadic Colors of #d49bbd

#d49bbd #bdd49b #9bbdd4

Analogous Colors of #d49bbd

#d49bbd #d49ba1 #cf9bd4

Monochromatic Colors of #d49bbd

#d49bbd

Complementary Color

#d49bbd #9bd4b2

#d49bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49bbd Color CSS Codes

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

#d49bbd Text Font Color

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

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


#d49bbd Background Color

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

This div background color is #d49bbd


#d49bbd Border Color

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

This div border color is #d49bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,155,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 #d49bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49bbd


Comments

No comments written yet.

Please login to write comment.