Color Hex Logo

#d8affb Color Hex

#D8AFFB
(216,175,251)
0 Favorites   0 Comments

Color spaces of #d8affb

RGB 216175251
HSL0.760.900.84
HSV272°30°98°
CMYK 0.140.300.00   0.02
XYZ61.061552.223998.1287
Yxy52.22390.28880.2470
Hunter Lab72.266124.3585-29.9224
CIE-Lab77.414528.7838-32.1263

#d8affb color RGB value is (216,175,251).

#d8affb hex color red value is 216, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d8affb hue: 0.76 , saturation: 0.90 and the lightness value of d8affb is 0.84.

The process color (four color CMYK) of #d8affb color hex is 0.14, 0.30, 0.00, 0.02. Web safe color of #d8affb is #cc99ff. Color #d8affb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101111 11111011
Octal 330 257 373
Decimal 216 175 251
Hex D8 AF FB

RGB Percentages of Color #d8affb

%33.64
%27.26
%39.10

CMYK Percentages of Color #d8affb

%14
%30
%0
%2

Triadic Colors of #d8affb

#d8affb #fbd8af #affbd8

Analogous Colors of #d8affb

#d8affb #fbaff8 #b2affb

Monochromatic Colors of #d8affb

#d8affb

Complementary Color

#d8affb #d2fbaf

#d8affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8affb Color CSS Codes

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

#d8affb Text Font Color

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

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


#d8affb Background Color

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

This div background color is #d8affb


#d8affb Border Color

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

This div border color is #d8affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8affb


Comments

No comments written yet.

Please login to write comment.