Color Hex Logo

#d3acff Color Hex

#D3ACFF
(211,172,255)
0 Favorites   0 Comments

Color spaces of #d3acff

RGB 211172255
HSL0.741.000.84
HSV268°33°100°
CMYK 0.170.330.00   0.00
XYZ59.666550.5739101.2247
Yxy50.57390.28220.2392
Hunter Lab71.115325.3115-34.6119
CIE-Lab76.420229.7590-35.8514

#d3acff color RGB value is (211,172,255).

#d3acff hex color red value is 211, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d3acff hue: 0.74 , saturation: 1.00 and the lightness value of d3acff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101100 11111111
Octal 323 254 377
Decimal 211 172 255
Hex D3 AC FF

RGB Percentages of Color #d3acff

%33.07
%26.96
%39.97

CMYK Percentages of Color #d3acff

%17
%33
%0
%0

Triadic Colors of #d3acff

#d3acff #ffd3ac #acffd3

Analogous Colors of #d3acff

#d3acff #fdacff #acafff

Monochromatic Colors of #d3acff

#d3acff

Complementary Color

#d3acff #d8ffac

#d3acff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3acff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3acff Color CSS Codes

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

#d3acff Text Font Color

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

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


#d3acff Background Color

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

This div background color is #d3acff


#d3acff Border Color

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

This div border color is #d3acff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3acff


Comments

No comments written yet.

Please login to write comment.