Color Hex Logo

#d49dea Color Hex

#D49DEA
(212,157,234)
0 Favorites   0 Comments

Color spaces of #d49dea

RGB 212157234
HSL0.790.650.77
HSV283°33°92°
CMYK 0.090.330.00   0.08
XYZ54.059644.051583.4954
Yxy44.05150.29770.2426
Hunter Lab66.371329.2389-28.1272
CIE-Lab72.262933.8245-30.8843

#d49dea color RGB value is (212,157,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011101 11101010
Octal 324 235 352
Decimal 212 157 234
Hex D4 9D EA

RGB Percentages of Color #d49dea

%35.16
%26.04
%38.81

CMYK Percentages of Color #d49dea

%9
%33
%0
%8

Triadic Colors of #d49dea

#d49dea #ead49d #9dead4

Analogous Colors of #d49dea

#d49dea #ea9dda #ae9dea

Monochromatic Colors of #d49dea

#d49dea

Complementary Color

#d49dea #b3ea9d

#d49dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49dea Color CSS Codes

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

#d49dea Text Font Color

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

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


#d49dea Background Color

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

This div background color is #d49dea


#d49dea Border Color

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

This div border color is #d49dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49dea


Comments

No comments written yet.

Please login to write comment.