Color Hex Logo

#de838f Color Hex

#DE838F
(222,131,143)
0 Favorites   0 Comments

Color spaces of #de838f

RGB 222131143
HSL0.980.580.69
HSV352°41°87°
CMYK 0.000.410.36   0.13
XYZ43.198433.745430.2233
Yxy33.74540.40310.3149
Hunter Lab58.090831.08019.8163
CIE-Lab64.760036.32298.7774

#de838f color RGB value is (222,131,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000011 10001111
Octal 336 203 217
Decimal 222 131 143
Hex DE 83 8F

RGB Percentages of Color #de838f

%44.76
%26.41
%28.83

CMYK Percentages of Color #de838f

%0
%41
%36
%13

Triadic Colors of #de838f

#de838f #8fde83 #838fde

Analogous Colors of #de838f

#de838f #dea583 #de83bd

Monochromatic Colors of #de838f

#de838f

Complementary Color

#de838f #83ded2

#de838f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de838f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de838f Color CSS Codes

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

#de838f Text Font Color

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

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


#de838f Background Color

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

This div background color is #de838f


#de838f Border Color

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

This div border color is #de838f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de838f


Comments

No comments written yet.

Please login to write comment.