Color Hex Logo

#d4a3ff Color Hex

#D4A3FF
(212,163,255)
0 Favorites   0 Comments

Color spaces of #d4a3ff

RGB 212163255
HSL0.761.000.82
HSV272°36°100°
CMYK 0.170.360.00   0.00
XYZ58.298647.4114100.6864
Yxy47.41140.28250.2297
Hunter Lab68.855930.6336-38.4992
CIE-Lab74.452234.9449-38.8979

#d4a3ff color RGB value is (212,163,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10100011 11111111
Octal 324 243 377
Decimal 212 163 255
Hex D4 A3 FF

RGB Percentages of Color #d4a3ff

%33.65
%25.87
%40.48

CMYK Percentages of Color #d4a3ff

%17
%36
%0
%0

Triadic Colors of #d4a3ff

#d4a3ff #ffd4a3 #a3ffd4

Analogous Colors of #d4a3ff

#d4a3ff #ffa3fc #a6a3ff

Monochromatic Colors of #d4a3ff

#d4a3ff

Complementary Color

#d4a3ff #ceffa3

#d4a3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4a3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4a3ff Color CSS Codes

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

#d4a3ff Text Font Color

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

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


#d4a3ff Background Color

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

This div background color is #d4a3ff


#d4a3ff Border Color

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

This div border color is #d4a3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4a3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.