Color Hex Logo

#d49aeb Color Hex

#D49AEB
(212,154,235)
0 Favorites   0 Comments

Color spaces of #d49aeb

RGB 212154235
HSL0.790.670.76
HSV283°34°92°
CMYK 0.100.340.00   0.08
XYZ53.702443.106484.0872
Yxy43.10640.29690.2383
Hunter Lab65.655531.1057-29.9759
CIE-Lab71.627135.6505-32.4119

#d49aeb color RGB value is (212,154,235).

#d49aeb hex color red value is 212, green value is 154 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d49aeb hue: 0.79 , saturation: 0.67 and the lightness value of d49aeb is 0.76.

The process color (four color CMYK) of #d49aeb color hex is 0.10, 0.34, 0.00, 0.08. Web safe color of #d49aeb is #cc99ff. Color #d49aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011010 11101011
Octal 324 232 353
Decimal 212 154 235
Hex D4 9A EB

RGB Percentages of Color #d49aeb

%35.27
%25.62
%39.10

CMYK Percentages of Color #d49aeb

%10
%34
%0
%8

Triadic Colors of #d49aeb

#d49aeb #ebd49a #9aebd4

Analogous Colors of #d49aeb

#d49aeb #eb9ada #ac9aeb

Monochromatic Colors of #d49aeb

#d49aeb

Complementary Color

#d49aeb #b1eb9a

#d49aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49aeb Color CSS Codes

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

#d49aeb Text Font Color

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

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


#d49aeb Background Color

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

This div background color is #d49aeb


#d49aeb Border Color

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

This div border color is #d49aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49aeb


Comments

No comments written yet.

Please login to write comment.