Color Hex Logo

#de839f Color Hex

#DE839F
(222,131,159)
0 Favorites   0 Comments

Color spaces of #de839f

RGB 222131159
HSL0.950.580.69
HSV342°41°87°
CMYK 0.000.410.28   0.13
XYZ44.498534.265437.0694
Yxy34.26540.38420.2958
Hunter Lab58.536733.25333.4292
CIE-Lab65.172738.36250.3005

#de839f color RGB value is (222,131,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000011 10011111
Octal 336 203 237
Decimal 222 131 159
Hex DE 83 9F

RGB Percentages of Color #de839f

%43.36
%25.59
%31.05

CMYK Percentages of Color #de839f

%0
%41
%28
%13

Triadic Colors of #de839f

#de839f #9fde83 #839fde

Analogous Colors of #de839f

#de839f #de9583 #de83cd

Monochromatic Colors of #de839f

#de839f

Complementary Color

#de839f #83dec2

#de839f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de839f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de839f Color CSS Codes

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

#de839f Text Font Color

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

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


#de839f Background Color

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

This div background color is #de839f


#de839f Border Color

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

This div border color is #de839f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de839f


Comments

No comments written yet.

Please login to write comment.