Color Hex Logo

#de8998 Color Hex

#DE8998
(222,137,152)
0 Favorites   0 Comments

Color spaces of #de8998

RGB 222137152
HSL0.970.560.70
HSV349°38°87°
CMYK 0.000.380.32   0.13
XYZ44.737435.687934.2363
Yxy35.68790.39020.3112
Hunter Lab59.739429.13067.8388
CIE-Lab66.280834.27995.8634

#de8998 color RGB value is (222,137,152).

#de8998 hex color red value is 222, green value is 137 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #de8998 hue: 0.97 , saturation: 0.56 and the lightness value of de8998 is 0.70.

The process color (four color CMYK) of #de8998 color hex is 0.00, 0.38, 0.32, 0.13. Web safe color of #de8998 is #cc9999. Color #de8998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001001 10011000
Octal 336 211 230
Decimal 222 137 152
Hex DE 89 98

RGB Percentages of Color #de8998

%43.44
%26.81
%29.75

CMYK Percentages of Color #de8998

%0
%38
%32
%13

Triadic Colors of #de8998

#de8998 #98de89 #8998de

Analogous Colors of #de8998

#de8998 #dea589 #de89c3

Monochromatic Colors of #de8998

#de8998

Complementary Color

#de8998 #89decf

#de8998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8998 Color CSS Codes

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

#de8998 Text Font Color

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

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


#de8998 Background Color

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

This div background color is #de8998


#de8998 Border Color

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

This div border color is #de8998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8998


Comments

No comments written yet.

Please login to write comment.