Color Hex Logo

#d49ebc Color Hex

#D49EBC
(212,158,188)
0 Favorites   0 Comments

Color spaces of #d49ebc

RGB 212158188
HSL0.910.390.73
HSV327°25°83°
CMYK 0.000.250.11   0.17
XYZ48.455342.081653.1456
Yxy42.08160.33720.2929
Hunter Lab64.870319.8086-3.1646
CIE-Lab70.927124.7412-7.5961

#d49ebc color RGB value is (212,158,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011110 10111100
Octal 324 236 274
Decimal 212 158 188
Hex D4 9E BC

RGB Percentages of Color #d49ebc

%37.99
%28.32
%33.69

CMYK Percentages of Color #d49ebc

%0
%25
%11
%17

Triadic Colors of #d49ebc

#d49ebc #bcd49e #9ebcd4

Analogous Colors of #d49ebc

#d49ebc #d49ea1 #d19ed4

Monochromatic Colors of #d49ebc

#d49ebc

Complementary Color

#d49ebc #9ed4b6

#d49ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49ebc Color CSS Codes

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

#d49ebc Text Font Color

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

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


#d49ebc Background Color

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

This div background color is #d49ebc


#d49ebc Border Color

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

This div border color is #d49ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49ebc


Comments

No comments written yet.

Please login to write comment.