Color Hex Logo

#de908d Color Hex

#DE908D
(222,144,141)
0 Favorites   0 Comments

Color spaces of #de908d

RGB 222144141
HSL0.010.550.71
HSV36°87°
CMYK 0.000.350.36   0.13
XYZ44.905237.399230.0513
Yxy37.39920.39970.3329
Hunter Lab61.154924.049113.6735
CIE-Lab67.575529.185013.8796

#de908d color RGB value is (222,144,141).

#de908d hex color red value is 222, green value is 144 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #de908d hue: 0.01 , saturation: 0.55 and the lightness value of de908d is 0.71.

The process color (four color CMYK) of #de908d color hex is 0.00, 0.35, 0.36, 0.13. Web safe color of #de908d is #cc9999. Color #de908d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010000 10001101
Octal 336 220 215
Decimal 222 144 141
Hex DE 90 8D

RGB Percentages of Color #de908d

%43.79
%28.40
%27.81

CMYK Percentages of Color #de908d

%0
%35
%36
%13

Triadic Colors of #de908d

#de908d #8dde90 #908dde

Analogous Colors of #de908d

#de908d #deb98d #de8db3

Monochromatic Colors of #de908d

#de908d

Complementary Color

#de908d #8ddbde

#de908d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de908d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de908d Color CSS Codes

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

#de908d Text Font Color

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

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


#de908d Background Color

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

This div background color is #de908d


#de908d Border Color

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

This div border color is #de908d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de908d


Comments

No comments written yet.

Please login to write comment.