Color Hex Logo

#d2abdf Color Hex

#D2ABDF
(210,171,223)
0 Favorites   0 Comments

Color spaces of #d2abdf

RGB 210171223
HSL0.790.450.77
HSV285°23°87°
CMYK 0.060.230.00   0.13
XYZ54.460548.155276.2365
Yxy48.15520.30450.2692
Hunter Lab69.393918.6477-16.5605
CIE-Lab74.922723.3814-20.8318

#d2abdf color RGB value is (210,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101011 11011111
Octal 322 253 337
Decimal 210 171 223
Hex D2 AB DF

RGB Percentages of Color #d2abdf

%34.77
%28.31
%36.92

CMYK Percentages of Color #d2abdf

%6
%23
%0
%13

Triadic Colors of #d2abdf

#d2abdf #dfd2ab #abdfd2

Analogous Colors of #d2abdf

#d2abdf #dfabd2 #b8abdf

Monochromatic Colors of #d2abdf

#d2abdf

Complementary Color

#d2abdf #b8dfab

#d2abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2abdf Color CSS Codes

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

#d2abdf Text Font Color

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

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


#d2abdf Background Color

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

This div background color is #d2abdf


#d2abdf Border Color

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

This div border color is #d2abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2abdf


Comments

No comments written yet.

Please login to write comment.