Color Hex Logo

#d3aaea Color Hex

#D3AAEA
(211,170,234)
0 Favorites   0 Comments

Color spaces of #d3aaea

RGB 211170234
HSL0.770.600.79
HSV278°27°92°
CMYK 0.100.270.00   0.08
XYZ56.090048.538884.2546
Yxy48.53880.29700.2570
Hunter Lab69.669821.7853-22.9330
CIE-Lab75.163526.4448-26.4364

#d3aaea color RGB value is (211,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101010 11101010
Octal 323 252 352
Decimal 211 170 234
Hex D3 AA EA

RGB Percentages of Color #d3aaea

%34.31
%27.64
%38.05

CMYK Percentages of Color #d3aaea

%10
%27
%0
%8

Triadic Colors of #d3aaea

#d3aaea #ead3aa #aaead3

Analogous Colors of #d3aaea

#d3aaea #eaaae1 #b3aaea

Monochromatic Colors of #d3aaea

#d3aaea

Complementary Color

#d3aaea #c1eaaa

#d3aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3aaea Color CSS Codes

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

#d3aaea Text Font Color

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

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


#d3aaea Background Color

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

This div background color is #d3aaea


#d3aaea Border Color

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

This div border color is #d3aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3aaea


Comments

No comments written yet.

Please login to write comment.