Color Hex Logo

#df808b Color Hex

#DF808B
(223,128,139)
0 Favorites   0 Comments

Color spaces of #df808b

RGB 223128139
HSL0.980.600.69
HSV353°43°87°
CMYK 0.000.430.38   0.13
XYZ42.810832.990428.5375
Yxy32.99040.41030.3162
Hunter Lab57.437332.529510.7481
CIE-Lab64.153137.785410.2033

#df808b color RGB value is (223,128,139).

#df808b hex color red value is 223, green value is 128 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #df808b hue: 0.98 , saturation: 0.60 and the lightness value of df808b is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 10001011
Octal 337 200 213
Decimal 223 128 139
Hex DF 80 8B

RGB Percentages of Color #df808b

%45.51
%26.12
%28.37

CMYK Percentages of Color #df808b

%0
%43
%38
%13

Triadic Colors of #df808b

#df808b #8bdf80 #808bdf

Analogous Colors of #df808b

#df808b #dfa580 #df80bb

Monochromatic Colors of #df808b

#df808b

Complementary Color

#df808b #80dfd4

#df808b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df808b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df808b Color CSS Codes

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

#df808b Text Font Color

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

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


#df808b Background Color

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

This div background color is #df808b


#df808b Border Color

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

This div border color is #df808b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df808b


Comments

No comments written yet.

Please login to write comment.