Color Hex Logo

#d39aea Color Hex

#D39AEA
(211,154,234)
0 Favorites   0 Comments

Color spaces of #d39aea

RGB 211154234
HSL0.790.660.76
HSV283°34°92°
CMYK 0.100.340.00   0.08
XYZ53.270942.900683.3149
Yxy42.90060.29680.2390
Hunter Lab65.498530.5541-29.5686
CIE-Lab71.487535.1425-32.0893

#d39aea color RGB value is (211,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011010 11101010
Octal 323 232 352
Decimal 211 154 234
Hex D3 9A EA

RGB Percentages of Color #d39aea

%35.23
%25.71
%39.07

CMYK Percentages of Color #d39aea

%10
%34
%0
%8

Triadic Colors of #d39aea

#d39aea #ead39a #9aead3

Analogous Colors of #d39aea

#d39aea #ea9ad9 #ab9aea

Monochromatic Colors of #d39aea

#d39aea

Complementary Color

#d39aea #b1ea9a

#d39aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39aea Color CSS Codes

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

#d39aea Text Font Color

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

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


#d39aea Background Color

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

This div background color is #d39aea


#d39aea Border Color

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

This div border color is #d39aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39aea


Comments

No comments written yet.

Please login to write comment.