Color Hex Logo

#d9afeb Color Hex

#D9AFEB
(217,175,235)
0 Favorites   0 Comments

Color spaces of #d9afeb

RGB 217175235
HSL0.780.600.80
HSV282°26°92°
CMYK 0.080.260.00   0.08
XYZ58.940651.409885.4138
Yxy51.40980.30110.2626
Hunter Lab71.700621.2576-20.4391
CIE-Lab76.926625.8330-24.2349

#d9afeb color RGB value is (217,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101111 11101011
Octal 331 257 353
Decimal 217 175 235
Hex D9 AF EB

RGB Percentages of Color #d9afeb

%34.61
%27.91
%37.48

CMYK Percentages of Color #d9afeb

%8
%26
%0
%8

Triadic Colors of #d9afeb

#d9afeb #ebd9af #afebd9

Analogous Colors of #d9afeb

#d9afeb #ebafdf #bbafeb

Monochromatic Colors of #d9afeb

#d9afeb

Complementary Color

#d9afeb #c1ebaf

#d9afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9afeb Color CSS Codes

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

#d9afeb Text Font Color

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

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


#d9afeb Background Color

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

This div background color is #d9afeb


#d9afeb Border Color

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

This div border color is #d9afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9afeb


Comments

No comments written yet.

Please login to write comment.