Color Hex Logo

#de808b Color Hex

#DE808B
(222,128,139)
0 Favorites   0 Comments

Color spaces of #de808b

RGB 222128139
HSL0.980.590.69
HSV353°42°87°
CMYK 0.000.420.37   0.13
XYZ42.503632.832028.5231
Yxy32.83200.40920.3161
Hunter Lab57.299232.134710.5954
CIE-Lab64.024637.420310.0033

#de808b color RGB value is (222,128,139).

#de808b hex color red value is 222, green value is 128 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #de808b hue: 0.98 , saturation: 0.59 and the lightness value of de808b is 0.69.

The process color (four color CMYK) of #de808b color hex is 0.00, 0.42, 0.37, 0.13. Web safe color of #de808b is #cc9999. Color #de808b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000000 10001011
Octal 336 200 213
Decimal 222 128 139
Hex DE 80 8B

RGB Percentages of Color #de808b

%45.40
%26.18
%28.43

CMYK Percentages of Color #de808b

%0
%42
%37
%13

Triadic Colors of #de808b

#de808b #8bde80 #808bde

Analogous Colors of #de808b

#de808b #dea480 #de80ba

Monochromatic Colors of #de808b

#de808b

Complementary Color

#de808b #80ded3

#de808b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de808b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de808b Color CSS Codes

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

#de808b Text Font Color

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

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


#de808b Background Color

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

This div background color is #de808b


#de808b Border Color

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

This div border color is #de808b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de808b


Comments

No comments written yet.

Please login to write comment.