Color Hex Logo

#d49aed Color Hex

#D49AED
(212,154,237)
0 Favorites   0 Comments

Color spaces of #d49aed

RGB 212154237
HSL0.780.700.77
HSV282°35°93°
CMYK 0.110.350.00   0.07
XYZ53.993043.222785.6178
Yxy43.22270.29530.2364
Hunter Lab65.744031.5432-31.1921
CIE-Lab71.705936.0554-33.3828

#d49aed color RGB value is (212,154,237).

#d49aed hex color red value is 212, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d49aed hue: 0.78 , saturation: 0.70 and the lightness value of d49aed is 0.77.

The process color (four color CMYK) of #d49aed color hex is 0.11, 0.35, 0.00, 0.07. Web safe color of #d49aed is #cc99ff. Color #d49aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011010 11101101
Octal 324 232 355
Decimal 212 154 237
Hex D4 9A ED

RGB Percentages of Color #d49aed

%35.16
%25.54
%39.30

CMYK Percentages of Color #d49aed

%11
%35
%0
%7

Triadic Colors of #d49aed

#d49aed #edd49a #9aedd4

Analogous Colors of #d49aed

#d49aed #ed9add #ab9aed

Monochromatic Colors of #d49aed

#d49aed

Complementary Color

#d49aed #b3ed9a

#d49aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49aed Color CSS Codes

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

#d49aed Text Font Color

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

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


#d49aed Background Color

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

This div background color is #d49aed


#d49aed Border Color

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

This div border color is #d49aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49aed


Comments

No comments written yet.

Please login to write comment.