Color Hex Logo

#de8abf Color Hex

#DE8ABF
(222,138,191)
0 Favorites   0 Comments

Color spaces of #de8abf

RGB 222138191
HSL0.890.560.71
HSV322°38°87°
CMYK 0.000.380.14   0.13
XYZ48.616637.468153.9599
Yxy37.46810.34720.2675
Hunter Lab61.211234.6529-9.4185
CIE-Lab67.626739.4098-14.0866

#de8abf color RGB value is (222,138,191).

#de8abf hex color red value is 222, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #de8abf hue: 0.89 , saturation: 0.56 and the lightness value of de8abf is 0.71.

The process color (four color CMYK) of #de8abf color hex is 0.00, 0.38, 0.14, 0.13. Web safe color of #de8abf is #cc99cc. Color #de8abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001010 10111111
Octal 336 212 277
Decimal 222 138 191
Hex DE 8A BF

RGB Percentages of Color #de8abf

%40.29
%25.05
%34.66

CMYK Percentages of Color #de8abf

%0
%38
%14
%13

Triadic Colors of #de8abf

#de8abf #bfde8a #8abfde

Analogous Colors of #de8abf

#de8abf #de8a95 #d38ade

Monochromatic Colors of #de8abf

#de8abf

Complementary Color

#de8abf #8adea9

#de8abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8abf Color CSS Codes

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

#de8abf Text Font Color

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

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


#de8abf Background Color

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

This div background color is #de8abf


#de8abf Border Color

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

This div border color is #de8abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8abf


Comments

No comments written yet.

Please login to write comment.