Color Hex Logo

#deabdb Color Hex

#DEABDB
(222,171,219)
0 Favorites   0 Comments

Color spaces of #deabdb

RGB 222171219
HSL0.840.440.77
HSV304°23°87°
CMYK 0.000.230.01   0.13
XYZ57.473349.769973.5952
Yxy49.76990.31780.2752
Hunter Lab70.547821.9603-12.4677
CIE-Lab75.927826.5701-17.0237

#deabdb color RGB value is (222,171,219).

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

The process color (four color CMYK) of #deabdb color hex is 0.00, 0.23, 0.01, 0.13. Web safe color of #deabdb is #cc99cc. Color #deabdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 11011011
Octal 336 253 333
Decimal 222 171 219
Hex DE AB DB

RGB Percentages of Color #deabdb

%36.27
%27.94
%35.78

CMYK Percentages of Color #deabdb

%0
%23
%1
%13

Triadic Colors of #deabdb

#deabdb #dbdeab #abdbde

Analogous Colors of #deabdb

#deabdb #deabc2 #c8abde

Monochromatic Colors of #deabdb

#deabdb

Complementary Color

#deabdb #abdeae

#deabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deabdb Color CSS Codes

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

#deabdb Text Font Color

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

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


#deabdb Background Color

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

This div background color is #deabdb


#deabdb Border Color

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

This div border color is #deabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deabdb


Comments

No comments written yet.

Please login to write comment.