Color Hex Logo

#d499de Color Hex

#D499DE
(212,153,222)
0 Favorites   0 Comments

Color spaces of #d499de

RGB 212153222
HSL0.810.510.74
HSV291°31°87°
CMYK 0.050.310.00   0.13
XYZ51.727442.053474.4980
Yxy42.05340.30740.2499
Hunter Lab64.848628.8980-22.7183
CIE-Lab70.907733.6207-26.3938

#d499de color RGB value is (212,153,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011001 11011110
Octal 324 231 336
Decimal 212 153 222
Hex D4 99 DE

RGB Percentages of Color #d499de

%36.12
%26.06
%37.82

CMYK Percentages of Color #d499de

%5
%31
%0
%13

Triadic Colors of #d499de

#d499de #ded499 #99ded4

Analogous Colors of #d499de

#d499de #de99c6 #b299de

Monochromatic Colors of #d499de

#d499de

Complementary Color

#d499de #a3de99

#d499de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d499de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d499de Color CSS Codes

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

#d499de Text Font Color

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

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


#d499de Background Color

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

This div background color is #d499de


#d499de Border Color

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

This div border color is #d499de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d499de


Comments

No comments written yet.

Please login to write comment.