Color Hex Logo

#d49def Color Hex

#D49DEF
(212,157,239)
0 Favorites   0 Comments

Color spaces of #d49def

RGB 212157239
HSL0.780.720.78
HSV280°34°94°
CMYK 0.110.340.00   0.06
XYZ54.788344.343087.3327
Yxy44.34300.29380.2378
Hunter Lab66.590530.3299-31.1448
CIE-Lab72.457234.8403-33.3118

#d49def color RGB value is (212,157,239).

#d49def hex color red value is 212, green value is 157 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d49def hue: 0.78 , saturation: 0.72 and the lightness value of d49def is 0.78.

The process color (four color CMYK) of #d49def color hex is 0.11, 0.34, 0.00, 0.06. Web safe color of #d49def is #cc99ff. Color #d49def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011101 11101111
Octal 324 235 357
Decimal 212 157 239
Hex D4 9D EF

RGB Percentages of Color #d49def

%34.87
%25.82
%39.31

CMYK Percentages of Color #d49def

%11
%34
%0
%6

Triadic Colors of #d49def

#d49def #efd49d #9defd4

Analogous Colors of #d49def

#d49def #ef9de1 #ab9def

Monochromatic Colors of #d49def

#d49def

Complementary Color

#d49def #b8ef9d

#d49def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49def Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49def Color CSS Codes

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

#d49def Text Font Color

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

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


#d49def Background Color

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

This div background color is #d49def


#d49def Border Color

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

This div border color is #d49def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49def


Comments

No comments written yet.

Please login to write comment.