Color Hex Logo

#d5abdc Color Hex

#D5ABDC
(213,171,220)
0 Favorites   0 Comments

Color spaces of #d5abdc

RGB 213171220
HSL0.810.410.77
HSV291°22°86°
CMYK 0.030.220.00   0.14
XYZ54.921748.439374.1652
Yxy48.43930.30940.2729
Hunter Lab69.598319.0615-14.4616
CIE-Lab75.101223.7812-18.9009

#d5abdc color RGB value is (213,171,220).

#d5abdc hex color red value is 213, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d5abdc hue: 0.81 , saturation: 0.41 and the lightness value of d5abdc is 0.77.

The process color (four color CMYK) of #d5abdc color hex is 0.03, 0.22, 0.00, 0.14. Web safe color of #d5abdc is #cc99cc. Color #d5abdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101011 11011100
Octal 325 253 334
Decimal 213 171 220
Hex D5 AB DC

RGB Percentages of Color #d5abdc

%35.26
%28.31
%36.42

CMYK Percentages of Color #d5abdc

%3
%22
%0
%14

Triadic Colors of #d5abdc

#d5abdc #dcd5ab #abdcd5

Analogous Colors of #d5abdc

#d5abdc #dcabcb #bdabdc

Monochromatic Colors of #d5abdc

#d5abdc

Complementary Color

#d5abdc #b2dcab

#d5abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5abdc Color CSS Codes

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

#d5abdc Text Font Color

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

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


#d5abdc Background Color

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

This div background color is #d5abdc


#d5abdc Border Color

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

This div border color is #d5abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5abdc


Comments

No comments written yet.

Please login to write comment.