Color Hex Logo

#d3aafc Color Hex

#D3AAFC
(211,170,252)
0 Favorites   0 Comments

Color spaces of #d3aafc

RGB 211170252
HSL0.750.930.83
HSV270°33°99°
CMYK 0.160.330.00   0.01
XYZ58.809449.626698.5748
Yxy49.62660.28410.2397
Hunter Lab70.446125.7335-33.6518
CIE-Lab75.839530.2021-35.1342

#d3aafc color RGB value is (211,170,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101010 11111100
Octal 323 252 374
Decimal 211 170 252
Hex D3 AA FC

RGB Percentages of Color #d3aafc

%33.33
%26.86
%39.81

CMYK Percentages of Color #d3aafc

%16
%33
%0
%1

Triadic Colors of #d3aafc

#d3aafc #fcd3aa #aafcd3

Analogous Colors of #d3aafc

#d3aafc #fcaafc #aaaafc

Monochromatic Colors of #d3aafc

#d3aafc

Complementary Color

#d3aafc #d3fcaa

#d3aafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3aafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3aafc Color CSS Codes

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

#d3aafc Text Font Color

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

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


#d3aafc Background Color

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

This div background color is #d3aafc


#d3aafc Border Color

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

This div border color is #d3aafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3aafc

Related Colors


Comments

No comments written yet.

Please login to write comment.