Color Hex Logo

#df888a Color Hex

#DF888A
(223,136,138)
0 Favorites   0 Comments

Color spaces of #df888a

RGB 223136138
HSL1.000.580.70
HSV359°39°87°
CMYK 0.000.390.38   0.13
XYZ43.823035.131328.5160
Yxy35.13130.40780.3269
Hunter Lab59.271728.250112.9653
CIE-Lab65.850833.465213.1624

#df888a color RGB value is (223,136,138).

#df888a hex color red value is 223, green value is 136 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #df888a hue: 1.00 , saturation: 0.58 and the lightness value of df888a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001000 10001010
Octal 337 210 212
Decimal 223 136 138
Hex DF 88 8A

RGB Percentages of Color #df888a

%44.87
%27.36
%27.77

CMYK Percentages of Color #df888a

%0
%39
%38
%13

Triadic Colors of #df888a

#df888a #8adf88 #888adf

Analogous Colors of #df888a

#df888a #dfb288 #df88b6

Monochromatic Colors of #df888a

#df888a

Complementary Color

#df888a #88dfdd

#df888a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df888a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df888a Color CSS Codes

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

#df888a Text Font Color

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

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


#df888a Background Color

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

This div background color is #df888a


#df888a Border Color

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

This div border color is #df888a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df888a


Comments

No comments written yet.

Please login to write comment.