Color Hex Logo

#d49eea Color Hex

#D49EEA
(212,158,234)
0 Favorites   0 Comments

Color spaces of #d49eea

RGB 212158234
HSL0.790.640.77
HSV283°32°92°
CMYK 0.090.320.00   0.08
XYZ54.229544.391383.5521
Yxy44.39130.29770.2437
Hunter Lab66.626828.6895-27.7128
CIE-Lab72.489333.2824-30.5354

#d49eea color RGB value is (212,158,234).

#d49eea hex color red value is 212, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d49eea hue: 0.79 , saturation: 0.64 and the lightness value of d49eea is 0.77.

The process color (four color CMYK) of #d49eea color hex is 0.09, 0.32, 0.00, 0.08. Web safe color of #d49eea is #cc99ff. Color #d49eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011110 11101010
Octal 324 236 352
Decimal 212 158 234
Hex D4 9E EA

RGB Percentages of Color #d49eea

%35.10
%26.16
%38.74

CMYK Percentages of Color #d49eea

%9
%32
%0
%8

Triadic Colors of #d49eea

#d49eea #ead49e #9eead4

Analogous Colors of #d49eea

#d49eea #ea9eda #ae9eea

Monochromatic Colors of #d49eea

#d49eea

Complementary Color

#d49eea #b4ea9e

#d49eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49eea Color CSS Codes

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

#d49eea Text Font Color

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

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


#d49eea Background Color

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

This div background color is #d49eea


#d49eea Border Color

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

This div border color is #d49eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49eea


Comments

No comments written yet.

Please login to write comment.