Color Hex Logo

#d5abda Color Hex

#D5ABDA
(213,171,218)
0 Favorites   0 Comments

Color spaces of #d5abda

RGB 213171218
HSL0.820.390.76
HSV294°22°85°
CMYK 0.020.220.00   0.15
XYZ54.658448.333972.7782
Yxy48.33390.31100.2750
Hunter Lab69.522618.6715-13.4006
CIE-Lab75.035023.3996-17.9111

#d5abda color RGB value is (213,171,218).

#d5abda hex color red value is 213, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d5abda hue: 0.82 , saturation: 0.39 and the lightness value of d5abda is 0.76.

The process color (four color CMYK) of #d5abda color hex is 0.02, 0.22, 0.00, 0.15. Web safe color of #d5abda is #cc99cc. Color #d5abda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101011 11011010
Octal 325 253 332
Decimal 213 171 218
Hex D5 AB DA

RGB Percentages of Color #d5abda

%35.38
%28.41
%36.21

CMYK Percentages of Color #d5abda

%2
%22
%0
%15

Triadic Colors of #d5abda

#d5abda #dad5ab #abdad5

Analogous Colors of #d5abda

#d5abda #daabc8 #beabda

Monochromatic Colors of #d5abda

#d5abda

Complementary Color

#d5abda #b0daab

#d5abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5abda Color CSS Codes

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

#d5abda Text Font Color

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

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


#d5abda Background Color

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

This div background color is #d5abda


#d5abda Border Color

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

This div border color is #d5abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5abda


Comments

No comments written yet.

Please login to write comment.