Color Hex Logo

#deabff Color Hex

#DEABFF
(222,171,255)
0 Favorites   0 Comments

Color spaces of #deabff

RGB 222171255
HSL0.771.000.84
HSV276°33°100°
CMYK 0.130.330.00   0.00
XYZ62.737151.8754101.3141
Yxy51.87540.29050.2402
Hunter Lab72.024629.4396-32.9837
CIE-Lab77.206333.5923-34.5535

#deabff color RGB value is (222,171,255).

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

The process color (four color CMYK) of #deabff color hex is 0.13, 0.33, 0.00, 0.00. Web safe color of #deabff is #cc99ff. Color #deabff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 11111111
Octal 336 253 377
Decimal 222 171 255
Hex DE AB FF

RGB Percentages of Color #deabff

%34.26
%26.39
%39.35

CMYK Percentages of Color #deabff

%13
%33
%0
%0

Triadic Colors of #deabff

#deabff #ffdeab #abffde

Analogous Colors of #deabff

#deabff #ffabf6 #b4abff

Monochromatic Colors of #deabff

#deabff

Complementary Color

#deabff #ccffab

#deabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabff Color CSS Codes

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

#deabff Text Font Color

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

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


#deabff Background Color

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

This div background color is #deabff


#deabff Border Color

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

This div border color is #deabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabff

#deabff Color Palettes


Comments

No comments written yet.

Please login to write comment.