Color Hex Logo

#de86bf Color Hex

#DE86BF
(222,134,191)
0 Favorites   0 Comments

Color spaces of #de86bf

RGB 222134191
HSL0.890.570.70
HSV321°40°87°
CMYK 0.000.400.14   0.13
XYZ48.053336.341453.7721
Yxy36.34140.34780.2630
Hunter Lab60.283836.7888-10.6869
CIE-Lab66.780041.5094-15.3627

#de86bf color RGB value is (222,134,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000110 10111111
Octal 336 206 277
Decimal 222 134 191
Hex DE 86 BF

RGB Percentages of Color #de86bf

%40.59
%24.50
%34.92

CMYK Percentages of Color #de86bf

%0
%40
%14
%13

Triadic Colors of #de86bf

#de86bf #bfde86 #86bfde

Analogous Colors of #de86bf

#de86bf #de8693 #d186de

Monochromatic Colors of #de86bf

#de86bf

Complementary Color

#de86bf #86dea5

#de86bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de86bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de86bf Color CSS Codes

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

#de86bf Text Font Color

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

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


#de86bf Background Color

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

This div background color is #de86bf


#de86bf Border Color

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

This div border color is #de86bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de86bf


Comments

No comments written yet.

Please login to write comment.