Color Hex Logo

#d6abdf Color Hex

#D6ABDF
(214,171,223)
0 Favorites   0 Comments

Color spaces of #d6abdf

RGB 214171223
HSL0.800.450.77
HSV290°23°87°
CMYK 0.040.230.00   0.13
XYZ55.613748.749776.2905
Yxy48.74970.30780.2699
Hunter Lab69.821019.9918-15.9090
CIE-Lab75.295324.6860-20.2312

#d6abdf color RGB value is (214,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101011 11011111
Octal 326 253 337
Decimal 214 171 223
Hex D6 AB DF

RGB Percentages of Color #d6abdf

%35.20
%28.13
%36.68

CMYK Percentages of Color #d6abdf

%4
%23
%0
%13

Triadic Colors of #d6abdf

#d6abdf #dfd6ab #abdfd6

Analogous Colors of #d6abdf

#d6abdf #dfabce #bcabdf

Monochromatic Colors of #d6abdf

#d6abdf

Complementary Color

#d6abdf #b4dfab

#d6abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6abdf Color CSS Codes

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

#d6abdf Text Font Color

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

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


#d6abdf Background Color

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

This div background color is #d6abdf


#d6abdf Border Color

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

This div border color is #d6abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6abdf


Comments

No comments written yet.

Please login to write comment.