Color Hex Logo

#d3a4ff Color Hex

#D3A4FF
(211,164,255)
0 Favorites   0 Comments

Color spaces of #d3a4ff

RGB 211164255
HSL0.751.000.82
HSV271°36°100°
CMYK 0.170.360.00   0.00
XYZ58.189447.6198100.7324
Yxy47.61980.28170.2306
Hunter Lab69.007129.7555-38.2430
CIE-Lab74.584534.1090-38.6994

#d3a4ff color RGB value is (211,164,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10100100 11111111
Octal 323 244 377
Decimal 211 164 255
Hex D3 A4 FF

RGB Percentages of Color #d3a4ff

%33.49
%26.03
%40.48

CMYK Percentages of Color #d3a4ff

%17
%36
%0
%0

Triadic Colors of #d3a4ff

#d3a4ff #ffd3a4 #a4ffd3

Analogous Colors of #d3a4ff

#d3a4ff #ffa4fe #a6a4ff

Monochromatic Colors of #d3a4ff

#d3a4ff

Complementary Color

#d3a4ff #d0ffa4

#d3a4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3a4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3a4ff Color CSS Codes

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

#d3a4ff Text Font Color

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

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


#d3a4ff Background Color

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

This div background color is #d3a4ff


#d3a4ff Border Color

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

This div border color is #d3a4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3a4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.