Color Hex Logo

#d1abdd Color Hex

#D1ABDD
(209,171,221)
0 Favorites   0 Comments

Color spaces of #d1abdd

RGB 209171221
HSL0.790.420.77
HSV286°23°87°
CMYK 0.050.230.00   0.13
XYZ53.908647.901674.8113
Yxy47.90160.30520.2712
Hunter Lab69.211017.9149-15.6399
CIE-Lab74.762822.6629-19.9938

#d1abdd color RGB value is (209,171,221).

#d1abdd hex color red value is 209, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d1abdd hue: 0.79 , saturation: 0.42 and the lightness value of d1abdd is 0.77.

The process color (four color CMYK) of #d1abdd color hex is 0.05, 0.23, 0.00, 0.13. Web safe color of #d1abdd is #cc99cc. Color #d1abdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101011 11011101
Octal 321 253 335
Decimal 209 171 221
Hex D1 AB DD

RGB Percentages of Color #d1abdd

%34.78
%28.45
%36.77

CMYK Percentages of Color #d1abdd

%5
%23
%0
%13

Triadic Colors of #d1abdd

#d1abdd #ddd1ab #abddd1

Analogous Colors of #d1abdd

#d1abdd #ddabd0 #b8abdd

Monochromatic Colors of #d1abdd

#d1abdd

Complementary Color

#d1abdd #b7ddab

#d1abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1abdd Color CSS Codes

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

#d1abdd Text Font Color

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

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


#d1abdd Background Color

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

This div background color is #d1abdd


#d1abdd Border Color

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

This div border color is #d1abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1abdd


Comments

No comments written yet.

Please login to write comment.