Color Hex Logo

#d6aaf5 Color Hex

#D6AAF5
(214,170,245)
0 Favorites   0 Comments

Color spaces of #d6aaf5

RGB 214170245
HSL0.760.790.81
HSV275°31°96°
CMYK 0.130.310.00   0.04
XYZ58.587749.638292.8794
Yxy49.63820.29130.2468
Hunter Lab70.454425.1399-28.8434
CIE-Lab75.846729.6352-31.3215

#d6aaf5 color RGB value is (214,170,245).

#d6aaf5 hex color red value is 214, green value is 170 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d6aaf5 hue: 0.76 , saturation: 0.79 and the lightness value of d6aaf5 is 0.81.

The process color (four color CMYK) of #d6aaf5 color hex is 0.13, 0.31, 0.00, 0.04. Web safe color of #d6aaf5 is #cc99ff. Color #d6aaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101010 11110101
Octal 326 252 365
Decimal 214 170 245
Hex D6 AA F5

RGB Percentages of Color #d6aaf5

%34.02
%27.03
%38.95

CMYK Percentages of Color #d6aaf5

%13
%31
%0
%4

Triadic Colors of #d6aaf5

#d6aaf5 #f5d6aa #aaf5d6

Analogous Colors of #d6aaf5

#d6aaf5 #f5aaef #b1aaf5

Monochromatic Colors of #d6aaf5

#d6aaf5

Complementary Color

#d6aaf5 #c9f5aa

#d6aaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6aaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6aaf5 Color CSS Codes

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

#d6aaf5 Text Font Color

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

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


#d6aaf5 Background Color

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

This div background color is #d6aaf5


#d6aaf5 Border Color

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

This div border color is #d6aaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6aaf5


Comments

No comments written yet.

Please login to write comment.