Color Hex Logo

#d6abde Color Hex

#D6ABDE
(214,171,222)
0 Favorites   0 Comments

Color spaces of #d6abde

RGB 214171222
HSL0.810.440.77
HSV291°23°87°
CMYK 0.040.230.00   0.13
XYZ55.479348.695975.5824
Yxy48.69590.30860.2709
Hunter Lab69.782419.7940-15.3702
CIE-Lab75.261724.4937-19.7379

#d6abde color RGB value is (214,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101011 11011110
Octal 326 253 336
Decimal 214 171 222
Hex D6 AB DE

RGB Percentages of Color #d6abde

%35.26
%28.17
%36.57

CMYK Percentages of Color #d6abde

%4
%23
%0
%13

Triadic Colors of #d6abde

#d6abde #ded6ab #abded6

Analogous Colors of #d6abde

#d6abde #deabcd #bdabde

Monochromatic Colors of #d6abde

#d6abde

Complementary Color

#d6abde #b3deab

#d6abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6abde Color CSS Codes

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

#d6abde Text Font Color

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

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


#d6abde Background Color

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

This div background color is #d6abde


#d6abde Border Color

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

This div border color is #d6abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6abde


Comments

No comments written yet.

Please login to write comment.