Color Hex Logo

#de87be Color Hex

#DE87BE
(222,135,190)
0 Favorites   0 Comments

Color spaces of #de87be

RGB 222135190
HSL0.890.570.70
HSV322°39°87°
CMYK 0.000.390.14   0.13
XYZ48.082436.575253.2407
Yxy36.57520.34870.2652
Hunter Lab60.477436.0804-9.8612
CIE-Lab66.957140.8262-14.5348

#de87be color RGB value is (222,135,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000111 10111110
Octal 336 207 276
Decimal 222 135 190
Hex DE 87 BE

RGB Percentages of Color #de87be

%40.59
%24.68
%34.73

CMYK Percentages of Color #de87be

%0
%39
%14
%13

Triadic Colors of #de87be

#de87be #bede87 #87bede

Analogous Colors of #de87be

#de87be #de8793 #d387de

Monochromatic Colors of #de87be

#de87be

Complementary Color

#de87be #87dea7

#de87be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de87be Color Preview on White Background

Lorem ipsum dolor sit amet.

#de87be Color CSS Codes

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

#de87be Text Font Color

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

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


#de87be Background Color

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

This div background color is #de87be


#de87be Border Color

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

This div border color is #de87be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de87be


Comments

No comments written yet.

Please login to write comment.