Color Hex Logo

#d49dde Color Hex

#D49DDE
(212,157,222)
0 Favorites   0 Comments

Color spaces of #d49dde

RGB 212157222
HSL0.810.500.74
HSV291°29°87°
CMYK 0.050.290.00   0.13
XYZ52.393243.384974.7199
Yxy43.38490.30730.2545
Hunter Lab65.867226.7178-21.1516
CIE-Lab71.815431.4521-25.0036

#d49dde color RGB value is (212,157,222).

#d49dde hex color red value is 212, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d49dde hue: 0.81 , saturation: 0.50 and the lightness value of d49dde is 0.74.

The process color (four color CMYK) of #d49dde color hex is 0.05, 0.29, 0.00, 0.13. Web safe color of #d49dde is #cc99cc. Color #d49dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011101 11011110
Octal 324 235 336
Decimal 212 157 222
Hex D4 9D DE

RGB Percentages of Color #d49dde

%35.87
%26.57
%37.56

CMYK Percentages of Color #d49dde

%5
%29
%0
%13

Triadic Colors of #d49dde

#d49dde #ded49d #9dded4

Analogous Colors of #d49dde

#d49dde #de9dc8 #b49dde

Monochromatic Colors of #d49dde

#d49dde

Complementary Color

#d49dde #a7de9d

#d49dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49dde Color CSS Codes

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

#d49dde Text Font Color

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

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


#d49dde Background Color

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

This div background color is #d49dde


#d49dde Border Color

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

This div border color is #d49dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49dde


Comments

No comments written yet.

Please login to write comment.