Color Hex Logo

#d4aaff Color Hex

#D4AAFF
(212,170,255)
0 Favorites   0 Comments

Color spaces of #d4aaff

RGB 212170255
HSL0.751.000.83
HSV270°33°100°
CMYK 0.170.330.00   0.00
XYZ59.576149.9665101.1122
Yxy49.96650.28280.2372
Hunter Lab70.687026.7404-35.3288
CIE-Lab76.048731.1439-36.4196

#d4aaff color RGB value is (212,170,255).

#d4aaff hex color red value is 212, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d4aaff hue: 0.75 , saturation: 1.00 and the lightness value of d4aaff is 0.83.

The process color (four color CMYK) of #d4aaff color hex is 0.17, 0.33, 0.00, 0.00. Web safe color of #d4aaff is #cc99ff. Color #d4aaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101010 11111111
Octal 324 252 377
Decimal 212 170 255
Hex D4 AA FF

RGB Percentages of Color #d4aaff

%33.28
%26.69
%40.03

CMYK Percentages of Color #d4aaff

%17
%33
%0
%0

Triadic Colors of #d4aaff

#d4aaff #ffd4aa #aaffd4

Analogous Colors of #d4aaff

#d4aaff #ffaaff #aaabff

Monochromatic Colors of #d4aaff

#d4aaff

Complementary Color

#d4aaff #d5ffaa

#d4aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4aaff Color CSS Codes

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

#d4aaff Text Font Color

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

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


#d4aaff Background Color

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

This div background color is #d4aaff


#d4aaff Border Color

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

This div border color is #d4aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4aaff

#d4aaff Color Palettes


Comments

No comments written yet.

Please login to write comment.