Color Hex Logo

#d9abe1 Color Hex

#D9ABE1
(217,171,225)
0 Favorites   0 Comments

Color spaces of #d9abe1

RGB 217171225
HSL0.810.470.78
HSV291°24°88°
CMYK 0.040.240.00   0.12
XYZ56.768849.313877.7606
Yxy49.31380.30880.2682
Hunter Lab70.223821.4075-16.4967
CIE-Lab75.646126.0495-20.7602

#d9abe1 color RGB value is (217,171,225).

#d9abe1 hex color red value is 217, green value is 171 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #d9abe1 hue: 0.81 , saturation: 0.47 and the lightness value of d9abe1 is 0.78.

The process color (four color CMYK) of #d9abe1 color hex is 0.04, 0.24, 0.00, 0.12. Web safe color of #d9abe1 is #cc99cc. Color #d9abe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101011 11100001
Octal 331 253 341
Decimal 217 171 225
Hex D9 AB E1

RGB Percentages of Color #d9abe1

%35.40
%27.90
%36.70

CMYK Percentages of Color #d9abe1

%4
%24
%0
%12

Triadic Colors of #d9abe1

#d9abe1 #e1d9ab #abe1d9

Analogous Colors of #d9abe1

#d9abe1 #e1abce #beabe1

Monochromatic Colors of #d9abe1

#d9abe1

Complementary Color

#d9abe1 #b3e1ab

#d9abe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9abe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9abe1 Color CSS Codes

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

#d9abe1 Text Font Color

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

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


#d9abe1 Background Color

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

This div background color is #d9abe1


#d9abe1 Border Color

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

This div border color is #d9abe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9abe1


Comments

No comments written yet.

Please login to write comment.