Color Hex Logo

#d4aafd Color Hex

#D4AAFD
(212,170,253)
0 Favorites   0 Comments

Color spaces of #d4aafd

RGB 212170253
HSL0.750.950.83
HSV270°33°99°
CMYK 0.160.330.00   0.01
XYZ59.255749.838399.4252
Yxy49.83830.28420.2390
Hunter Lab70.596226.2824-34.0845
CIE-Lab75.969930.7151-35.4641

#d4aafd color RGB value is (212,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101010 11111101
Octal 324 252 375
Decimal 212 170 253
Hex D4 AA FD

RGB Percentages of Color #d4aafd

%33.39
%26.77
%39.84

CMYK Percentages of Color #d4aafd

%16
%33
%0
%1

Triadic Colors of #d4aafd

#d4aafd #fdd4aa #aafdd4

Analogous Colors of #d4aafd

#d4aafd #fdaafd #abaafd

Monochromatic Colors of #d4aafd

#d4aafd

Complementary Color

#d4aafd #d3fdaa

#d4aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4aafd Color CSS Codes

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

#d4aafd Text Font Color

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

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


#d4aafd Background Color

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

This div background color is #d4aafd


#d4aafd Border Color

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

This div border color is #d4aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4aafd

Related Colors


Comments

No comments written yet.

Please login to write comment.