Color Hex Logo

#d49aea Color Hex

#D49AEA
(212,154,234)
0 Favorites   0 Comments

Color spaces of #d49aea

RGB 212154234
HSL0.790.660.76
HSV284°34°92°
CMYK 0.090.340.00   0.08
XYZ53.558343.048883.3283
Yxy43.04880.29770.2392
Hunter Lab65.611630.8881-29.3716
CIE-Lab71.588135.4488-31.9256

#d49aea color RGB value is (212,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011010 11101010
Octal 324 232 352
Decimal 212 154 234
Hex D4 9A EA

RGB Percentages of Color #d49aea

%35.33
%25.67
%39.00

CMYK Percentages of Color #d49aea

%9
%34
%0
%8

Triadic Colors of #d49aea

#d49aea #ead49a #9aead4

Analogous Colors of #d49aea

#d49aea #ea9ad8 #ac9aea

Monochromatic Colors of #d49aea

#d49aea

Complementary Color

#d49aea #b0ea9a

#d49aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49aea Color CSS Codes

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

#d49aea Text Font Color

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

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


#d49aea Background Color

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

This div background color is #d49aea


#d49aea Border Color

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

This div border color is #d49aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49aea


Comments

No comments written yet.

Please login to write comment.