Color Hex Logo

#d5a4dd Color Hex

#D5A4DD
(213,164,221)
0 Favorites   0 Comments

Color spaces of #d5a4dd

RGB 213164221
HSL0.810.460.75
HSV292°26°87°
CMYK 0.040.260.00   0.13
XYZ53.767245.917574.4357
Yxy45.91750.30880.2637
Hunter Lab67.762523.0494-17.6952
CIE-Lab73.492027.7786-21.8891

#d5a4dd color RGB value is (213,164,221).

#d5a4dd hex color red value is 213, green value is 164 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d5a4dd hue: 0.81 , saturation: 0.46 and the lightness value of d5a4dd is 0.75.

The process color (four color CMYK) of #d5a4dd color hex is 0.04, 0.26, 0.00, 0.13. Web safe color of #d5a4dd is #cc99cc. Color #d5a4dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10100100 11011101
Octal 325 244 335
Decimal 213 164 221
Hex D5 A4 DD

RGB Percentages of Color #d5a4dd

%35.62
%27.42
%36.96

CMYK Percentages of Color #d5a4dd

%4
%26
%0
%13

Triadic Colors of #d5a4dd

#d5a4dd #ddd5a4 #a4ddd5

Analogous Colors of #d5a4dd

#d5a4dd #dda4c9 #b9a4dd

Monochromatic Colors of #d5a4dd

#d5a4dd

Complementary Color

#d5a4dd #acdda4

#d5a4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5a4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5a4dd Color CSS Codes

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

#d5a4dd Text Font Color

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

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


#d5a4dd Background Color

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

This div background color is #d5a4dd


#d5a4dd Border Color

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

This div border color is #d5a4dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,164,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5a4dd


Comments

No comments written yet.

Please login to write comment.