Color Hex Logo

#d49bad Color Hex

#D49BAD
(212,155,173)
0 Favorites   0 Comments

Color spaces of #d49bad

RGB 212155173
HSL0.950.400.72
HSV341°27°83°
CMYK 0.000.270.18   0.17
XYZ46.415540.456944.8978
Yxy40.45690.35220.3070
Hunter Lab63.605718.94812.6726
CIE-Lab69.793723.9413-0.9422

#d49bad color RGB value is (212,155,173).

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

The process color (four color CMYK) of #d49bad color hex is 0.00, 0.27, 0.18, 0.17. Web safe color of #d49bad is #cc9999. Color #d49bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011011 10101101
Octal 324 233 255
Decimal 212 155 173
Hex D4 9B AD

RGB Percentages of Color #d49bad

%39.26
%28.70
%32.04

CMYK Percentages of Color #d49bad

%0
%27
%18
%17

Triadic Colors of #d49bad

#d49bad #add49b #9badd4

Analogous Colors of #d49bad

#d49bad #d4a69b #d49bca

Monochromatic Colors of #d49bad

#d49bad

Complementary Color

#d49bad #9bd4c2

#d49bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49bad Color CSS Codes

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

#d49bad Text Font Color

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

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


#d49bad Background Color

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

This div background color is #d49bad


#d49bad Border Color

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

This div border color is #d49bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49bad


Comments

No comments written yet.

Please login to write comment.