Color Hex Logo

#de86ab Color Hex

#DE86AB
(222,134,171)
0 Favorites   0 Comments

Color spaces of #de86ab

RGB 222134171
HSL0.930.570.70
HSV335°40°87°
CMYK 0.000.400.23   0.13
XYZ46.000035.520142.9597
Yxy35.52010.36950.2853
Hunter Lab59.598733.4736-1.0180
CIE-Lab66.151638.4617-5.0481

#de86ab color RGB value is (222,134,171).

#de86ab hex color red value is 222, green value is 134 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #de86ab hue: 0.93 , saturation: 0.57 and the lightness value of de86ab is 0.70.

The process color (four color CMYK) of #de86ab color hex is 0.00, 0.40, 0.23, 0.13. Web safe color of #de86ab is #cc9999. Color #de86ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000110 10101011
Octal 336 206 253
Decimal 222 134 171
Hex DE 86 AB

RGB Percentages of Color #de86ab

%42.13
%25.43
%32.45

CMYK Percentages of Color #de86ab

%0
%40
%23
%13

Triadic Colors of #de86ab

#de86ab #abde86 #86abde

Analogous Colors of #de86ab

#de86ab #de8d86 #de86d7

Monochromatic Colors of #de86ab

#de86ab

Complementary Color

#de86ab #86deb9

#de86ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de86ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de86ab Color CSS Codes

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

#de86ab Text Font Color

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

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


#de86ab Background Color

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

This div background color is #de86ab


#de86ab Border Color

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

This div border color is #de86ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de86ab


Comments

No comments written yet.

Please login to write comment.