Color Hex Logo

#d2a3ff Color Hex

#D2A3FF
(210,163,255)
1 Favorites   0 Comments

Color spaces of #d2a3ff

RGB 210163255
HSL0.751.000.82
HSV271°36°100°
CMYK 0.180.360.00   0.00
XYZ57.725547.1160100.6596
Yxy47.11600.28090.2293
Hunter Lab68.641129.9923-38.8978
CIE-Lab74.263934.3596-39.2052

#d2a3ff color RGB value is (210,163,255).

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

The process color (four color CMYK) of #d2a3ff color hex is 0.18, 0.36, 0.00, 0.00. Web safe color of #d2a3ff is #cc99ff. Color #d2a3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10100011 11111111
Octal 322 243 377
Decimal 210 163 255
Hex D2 A3 FF

RGB Percentages of Color #d2a3ff

%33.44
%25.96
%40.61

CMYK Percentages of Color #d2a3ff

%18
%36
%0
%0

Triadic Colors of #d2a3ff

#d2a3ff #ffd2a3 #a3ffd2

Analogous Colors of #d2a3ff

#d2a3ff #ffa3fe #a4a3ff

Monochromatic Colors of #d2a3ff

#d2a3ff

Complementary Color

#d2a3ff #d0ffa3

#d2a3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2a3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2a3ff Color CSS Codes

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

#d2a3ff Text Font Color

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

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


#d2a3ff Background Color

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

This div background color is #d2a3ff


#d2a3ff Border Color

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

This div border color is #d2a3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2a3ff

#d2a3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.