Color Hex Logo

#d5aaed Color Hex

#D5AAED
(213,170,237)
0 Favorites   0 Comments

Color spaces of #d5aaed

RGB 213170237
HSL0.770.650.80
HSV279°28°93°
CMYK 0.100.280.00   0.07
XYZ57.101449.010086.5711
Yxy49.01000.29630.2544
Hunter Lab70.007123.0812-24.3132
CIE-Lab75.457527.6831-27.5970

#d5aaed color RGB value is (213,170,237).

#d5aaed hex color red value is 213, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d5aaed hue: 0.77 , saturation: 0.65 and the lightness value of d5aaed is 0.80.

The process color (four color CMYK) of #d5aaed color hex is 0.10, 0.28, 0.00, 0.07. Web safe color of #d5aaed is #cc99ff. Color #d5aaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101010 11101101
Octal 325 252 355
Decimal 213 170 237
Hex D5 AA ED

RGB Percentages of Color #d5aaed

%34.35
%27.42
%38.23

CMYK Percentages of Color #d5aaed

%10
%28
%0
%7

Triadic Colors of #d5aaed

#d5aaed #edd5aa #aaedd5

Analogous Colors of #d5aaed

#d5aaed #edaae4 #b4aaed

Monochromatic Colors of #d5aaed

#d5aaed

Complementary Color

#d5aaed #c2edaa

#d5aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5aaed Color CSS Codes

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

#d5aaed Text Font Color

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

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


#d5aaed Background Color

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

This div background color is #d5aaed


#d5aaed Border Color

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

This div border color is #d5aaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,170,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5aaed


Comments

No comments written yet.

Please login to write comment.