Color Hex Logo

#de87bf Color Hex

#DE87BF
(222,135,191)
0 Favorites   0 Comments

Color spaces of #de87bf

RGB 222135191
HSL0.890.570.70
HSV321°39°87°
CMYK 0.000.390.14   0.13
XYZ48.192136.619153.8184
Yxy36.61910.34760.2642
Hunter Lab60.513736.2554-10.3705
CIE-Lab66.990340.9860-15.0455

#de87bf color RGB value is (222,135,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000111 10111111
Octal 336 207 277
Decimal 222 135 191
Hex DE 87 BF

RGB Percentages of Color #de87bf

%40.51
%24.64
%34.85

CMYK Percentages of Color #de87bf

%0
%39
%14
%13

Triadic Colors of #de87bf

#de87bf #bfde87 #87bfde

Analogous Colors of #de87bf

#de87bf #de8794 #d287de

Monochromatic Colors of #de87bf

#de87bf

Complementary Color

#de87bf #87dea6

#de87bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de87bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de87bf Color CSS Codes

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

#de87bf Text Font Color

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

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


#de87bf Background Color

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

This div background color is #de87bf


#de87bf Border Color

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

This div border color is #de87bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de87bf


Comments

No comments written yet.

Please login to write comment.