Color Hex Logo

#deabfb Color Hex

#DEABFB
(222,171,251)
0 Favorites   0 Comments

Color spaces of #deabfb

RGB 222171251
HSL0.770.910.83
HSV278°32°98°
CMYK 0.120.320.00   0.02
XYZ62.099751.620497.9575
Yxy51.62040.29340.2439
Hunter Lab71.847328.5498-30.5435
CIE-Lab77.053332.7723-32.6367

#deabfb color RGB value is (222,171,251).

#deabfb hex color red value is 222, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #deabfb hue: 0.77 , saturation: 0.91 and the lightness value of deabfb is 0.83.

The process color (four color CMYK) of #deabfb color hex is 0.12, 0.32, 0.00, 0.02. Web safe color of #deabfb is #cc99ff. Color #deabfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 11111011
Octal 336 253 373
Decimal 222 171 251
Hex DE AB FB

RGB Percentages of Color #deabfb

%34.47
%26.55
%38.98

CMYK Percentages of Color #deabfb

%12
%32
%0
%2

Triadic Colors of #deabfb

#deabfb #fbdeab #abfbde

Analogous Colors of #deabfb

#deabfb #fbabf0 #b6abfb

Monochromatic Colors of #deabfb

#deabfb

Complementary Color

#deabfb #c8fbab

#deabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabfb Color CSS Codes

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

#deabfb Text Font Color

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

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


#deabfb Background Color

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

This div background color is #deabfb


#deabfb Border Color

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

This div border color is #deabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabfb


Comments

No comments written yet.

Please login to write comment.