Color Hex Logo

#df899b Color Hex

#DF899B
(223,137,155)
0 Favorites   0 Comments

Color spaces of #df899b

RGB 223137155
HSL0.970.570.71
HSV347°39°87°
CMYK 0.000.390.30   0.13
XYZ45.293535.945935.5614
Yxy35.94590.38780.3078
Hunter Lab59.954929.92856.8014
CIE-Lab66.478635.03224.4720

#df899b color RGB value is (223,137,155).

#df899b hex color red value is 223, green value is 137 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #df899b hue: 0.97 , saturation: 0.57 and the lightness value of df899b is 0.71.

The process color (four color CMYK) of #df899b color hex is 0.00, 0.39, 0.30, 0.13. Web safe color of #df899b is #cc9999. Color #df899b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001001 10011011
Octal 337 211 233
Decimal 223 137 155
Hex DF 89 9B

RGB Percentages of Color #df899b

%43.30
%26.60
%30.10

CMYK Percentages of Color #df899b

%0
%39
%30
%13

Triadic Colors of #df899b

#df899b #9bdf89 #899bdf

Analogous Colors of #df899b

#df899b #dfa289 #df89c6

Monochromatic Colors of #df899b

#df899b

Complementary Color

#df899b #89dfcd

#df899b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df899b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df899b Color CSS Codes

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

#df899b Text Font Color

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

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


#df899b Background Color

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

This div background color is #df899b


#df899b Border Color

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

This div border color is #df899b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,137,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #df899b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #df899b;
  -webkit-box-shadow: 1px 1px 3px 2px #df899b;
  box-shadow:         1px 1px 3px 2px #df899b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,137,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df899b


Comments

No comments written yet.

Please login to write comment.