color codes Logo

#d7aaed color codes

#D7AAED
(215,170,237)
0 Favorites   0 Comments

Color spaces of #d7aaed

RGB 215170237
HSL0.780.650.80
HSV280°28°93°
CMYK 0.090.280.00   0.07
XYZ57.685149.310986.5984
Yxy49.31090.29800.2547
Hunter Lab70.221723.7445-23.9620
CIE-Lab75.644328.3107-27.2944

#d7aaed color RGB value is (215,170,237).

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

The process color (four color CMYK) of #d7aaed color code is 0.09, 0.28, 0.00, 0.07. Web safe color of #d7aaed is #cc99ff. Color #d7aaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10101010 11101101
Octal 327 252 355
Decimal 215 170 237
Hex D7 AA ED

RGB Percentages of Color #d7aaed

%34.57
%27.33
%38.10

CMYK Percentages of Color #d7aaed

%9
%28
%0
%7

Triadic Colors of #d7aaed

#d7aaed #edd7aa #aaedd7

Analogous Colors of #d7aaed

#d7aaed #edaae2 #b6aaed

Monochromatic Colors of #d7aaed

#d7aaed

Complementary Color

#d7aaed #c0edaa

#d7aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7aaed Color CSS Codes

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

#d7aaed Text Font Color

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

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


#d7aaed Background Color

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

This div background color is #d7aaed


#d7aaed Border Color

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

This div border color is #d7aaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7aaed


Comments

No comments written yet.

Please login to write comment.