Color Hex Logo

#de838b Color Hex

#DE838B
(222,131,139)
0 Favorites   0 Comments

Color spaces of #de838b

RGB 222131139
HSL0.990.580.69
HSV355°41°87°
CMYK 0.000.410.37   0.13
XYZ42.900733.626328.6555
Yxy33.62630.40790.3197
Hunter Lab57.988230.578211.2929
CIE-Lab64.664935.847810.9094

#de838b color RGB value is (222,131,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000011 10001011
Octal 336 203 213
Decimal 222 131 139
Hex DE 83 8B

RGB Percentages of Color #de838b

%45.12
%26.63
%28.25

CMYK Percentages of Color #de838b

%0
%41
%37
%13

Triadic Colors of #de838b

#de838b #8bde83 #838bde

Analogous Colors of #de838b

#de838b #dea983 #de83b9

Monochromatic Colors of #de838b

#de838b

Complementary Color

#de838b #83ded6

#de838b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de838b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de838b Color CSS Codes

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

#de838b Text Font Color

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

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


#de838b Background Color

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

This div background color is #de838b


#de838b Border Color

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

This div border color is #de838b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,131,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 #de838b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de838b


Comments

No comments written yet.

Please login to write comment.