Color Hex Logo

#de8487 Color Hex

#DE8487
(222,132,135)
0 Favorites   0 Comments

Color spaces of #de8487

RGB 222132135
HSL0.990.580.69
HSV358°41°87°
CMYK 0.000.410.39   0.13
XYZ42.748633.781427.1890
Yxy33.78140.41220.3257
Hunter Lab58.121829.573812.9497
CIE-Lab64.788734.860313.3477

#de8487 color RGB value is (222,132,135).

#de8487 hex color red value is 222, green value is 132 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #de8487 hue: 0.99 , saturation: 0.58 and the lightness value of de8487 is 0.69.

The process color (four color CMYK) of #de8487 color hex is 0.00, 0.41, 0.39, 0.13. Web safe color of #de8487 is #cc9999. Color #de8487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000100 10000111
Octal 336 204 207
Decimal 222 132 135
Hex DE 84 87

RGB Percentages of Color #de8487

%45.40
%26.99
%27.61

CMYK Percentages of Color #de8487

%0
%41
%39
%13

Triadic Colors of #de8487

#de8487 #87de84 #8487de

Analogous Colors of #de8487

#de8487 #deae84 #de84b4

Monochromatic Colors of #de8487

#de8487

Complementary Color

#de8487 #84dedb

#de8487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8487 Color CSS Codes

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

#de8487 Text Font Color

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

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


#de8487 Background Color

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

This div background color is #de8487


#de8487 Border Color

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

This div border color is #de8487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8487


Comments

No comments written yet.

Please login to write comment.