Color Hex Logo

#d1abdf Color Hex

#D1ABDF
(209,171,223)
0 Favorites   0 Comments

Color spaces of #d1abdf

RGB 209171223
HSL0.790.450.77
HSV284°23°87°
CMYK 0.060.230.00   0.13
XYZ54.176748.008876.2232
Yxy48.00880.30370.2691
Hunter Lab69.288418.3148-16.7222
CIE-Lab74.830523.0563-20.9805

#d1abdf color RGB value is (209,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101011 11011111
Octal 321 253 337
Decimal 209 171 223
Hex D1 AB DF

RGB Percentages of Color #d1abdf

%34.66
%28.36
%36.98

CMYK Percentages of Color #d1abdf

%6
%23
%0
%13

Triadic Colors of #d1abdf

#d1abdf #dfd1ab #abdfd1

Analogous Colors of #d1abdf

#d1abdf #dfabd3 #b7abdf

Monochromatic Colors of #d1abdf

#d1abdf

Complementary Color

#d1abdf #b9dfab

#d1abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1abdf Color CSS Codes

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

#d1abdf Text Font Color

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

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


#d1abdf Background Color

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

This div background color is #d1abdf


#d1abdf Border Color

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

This div border color is #d1abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1abdf


Comments

No comments written yet.

Please login to write comment.