Color Hex Logo

#deabeb Color Hex

#DEABEB
(222,171,235)
0 Favorites   0 Comments

Color spaces of #deabeb

RGB 222171235
HSL0.800.620.80
HSV288°27°92°
CMYK 0.060.270.00   0.08
XYZ59.682550.653685.2288
Yxy50.65360.30520.2590
Hunter Lab71.171325.1358-21.1808
CIE-Lab76.468729.5881-24.8910

#deabeb color RGB value is (222,171,235).

#deabeb hex color red value is 222, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #deabeb hue: 0.80 , saturation: 0.62 and the lightness value of deabeb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 11101011
Octal 336 253 353
Decimal 222 171 235
Hex DE AB EB

RGB Percentages of Color #deabeb

%35.35
%27.23
%37.42

CMYK Percentages of Color #deabeb

%6
%27
%0
%8

Triadic Colors of #deabeb

#deabeb #ebdeab #abebde

Analogous Colors of #deabeb

#deabeb #ebabd8 #beabeb

Monochromatic Colors of #deabeb

#deabeb

Complementary Color

#deabeb #b8ebab

#deabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabeb Color CSS Codes

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

#deabeb Text Font Color

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

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


#deabeb Background Color

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

This div background color is #deabeb


#deabeb Border Color

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

This div border color is #deabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabeb


Comments

No comments written yet.

Please login to write comment.