Color Hex Logo

#d9abed Color Hex

#D9ABED
(217,171,237)
0 Favorites   0 Comments

Color spaces of #d9abed

RGB 217171237
HSL0.780.650.80
HSV282°28°93°
CMYK 0.080.280.00   0.07
XYZ58.464249.992086.6888
Yxy49.99200.29960.2562
Hunter Lab70.705023.8634-23.1998
CIE-Lab76.064428.3976-26.6347

#d9abed color RGB value is (217,171,237).

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

The process color (four color CMYK) of #d9abed color hex is 0.08, 0.28, 0.00, 0.07. Web safe color of #d9abed is #cc99ff. Color #d9abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101011 11101101
Octal 331 253 355
Decimal 217 171 237
Hex D9 AB ED

RGB Percentages of Color #d9abed

%34.72
%27.36
%37.92

CMYK Percentages of Color #d9abed

%8
%28
%0
%7

Triadic Colors of #d9abed

#d9abed #edd9ab #abedd9

Analogous Colors of #d9abed

#d9abed #edabe0 #b8abed

Monochromatic Colors of #d9abed

#d9abed

Complementary Color

#d9abed #bfedab

#d9abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9abed Color CSS Codes

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

#d9abed Text Font Color

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

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


#d9abed Background Color

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

This div background color is #d9abed


#d9abed Border Color

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

This div border color is #d9abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9abed


Comments

No comments written yet.

Please login to write comment.