Color Hex Logo

#d4abde Color Hex

#D4ABDE
(212,171,222)
0 Favorites   0 Comments

Color spaces of #d4abde

RGB 212171222
HSL0.800.440.77
HSV288°23°87°
CMYK 0.050.230.00   0.13
XYZ54.899148.396875.5553
Yxy48.39680.30700.2706
Hunter Lab69.567819.1187-15.6954
CIE-Lab75.074523.8389-20.0395

#d4abde color RGB value is (212,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101011 11011110
Octal 324 253 336
Decimal 212 171 222
Hex D4 AB DE

RGB Percentages of Color #d4abde

%35.04
%28.26
%36.69

CMYK Percentages of Color #d4abde

%5
%23
%0
%13

Triadic Colors of #d4abde

#d4abde #ded4ab #abded4

Analogous Colors of #d4abde

#d4abde #deabcf #bbabde

Monochromatic Colors of #d4abde

#d4abde

Complementary Color

#d4abde #b5deab

#d4abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4abde Color CSS Codes

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

#d4abde Text Font Color

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

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


#d4abde Background Color

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

This div background color is #d4abde


#d4abde Border Color

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

This div border color is #d4abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4abde


Comments

No comments written yet.

Please login to write comment.