Color Hex Logo

#d88afb Color Hex

#D88AFB
(216,138,251)
0 Favorites   0 Comments

Color spaces of #d88afb

RGB 216138251
HSL0.780.930.76
HSV281°45°98°
CMYK 0.140.450.00   0.02
XYZ54.820039.740996.0482
Yxy39.74090.28760.2085
Hunter Lab63.040444.9032-46.2059
CIE-Lab69.284648.5954-44.7684

#d88afb color RGB value is (216,138,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001010 11111011
Octal 330 212 373
Decimal 216 138 251
Hex D8 8A FB

RGB Percentages of Color #d88afb

%35.70
%22.81
%41.49

CMYK Percentages of Color #d88afb

%14
%45
%0
%2

Triadic Colors of #d88afb

#d88afb #fbd88a #8afbd8

Analogous Colors of #d88afb

#d88afb #fb8ae6 #a08afb

Monochromatic Colors of #d88afb

#d88afb

Complementary Color

#d88afb #adfb8a

#d88afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88afb Color CSS Codes

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

#d88afb Text Font Color

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

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


#d88afb Background Color

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

This div background color is #d88afb


#d88afb Border Color

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

This div border color is #d88afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88afb


Comments

No comments written yet.

Please login to write comment.