Color Hex Logo

#df80b7 Color Hex

#DF80B7
(223,128,183)
0 Favorites   0 Comments

Color spaces of #df80b7

RGB 223128183
HSL0.900.600.69
HSV325°43°87°
CMYK 0.000.430.18   0.13
XYZ46.697834.545249.0064
Yxy34.54520.35850.2652
Hunter Lab58.775238.9645-8.2931
CIE-Lab65.393043.7064-12.9385

#df80b7 color RGB value is (223,128,183).

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

The process color (four color CMYK) of #df80b7 color hex is 0.00, 0.43, 0.18, 0.13. Web safe color of #df80b7 is #cc99cc. Color #df80b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 10110111
Octal 337 200 267
Decimal 223 128 183
Hex DF 80 B7

RGB Percentages of Color #df80b7

%41.76
%23.97
%34.27

CMYK Percentages of Color #df80b7

%0
%43
%18
%13

Triadic Colors of #df80b7

#df80b7 #b7df80 #80b7df

Analogous Colors of #df80b7

#df80b7 #df8088 #d880df

Monochromatic Colors of #df80b7

#df80b7

Complementary Color

#df80b7 #80dfa8

#df80b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df80b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df80b7 Color CSS Codes

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

#df80b7 Text Font Color

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

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


#df80b7 Background Color

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

This div background color is #df80b7


#df80b7 Border Color

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

This div border color is #df80b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df80b7


Comments

No comments written yet.

Please login to write comment.