Color Hex Logo

#df80c7 Color Hex

#DF80C7
(223,128,199)
0 Favorites   0 Comments

Color spaces of #df80c7

RGB 223128199
HSL0.880.600.69
HSV315°43°87°
CMYK 0.000.430.11   0.13
XYZ48.459435.249858.2826
Yxy35.24980.34130.2483
Hunter Lab59.371541.7925-16.6425
CIE-Lab65.942746.2372-21.1084

#df80c7 color RGB value is (223,128,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 11000111
Octal 337 200 307
Decimal 223 128 199
Hex DF 80 C7

RGB Percentages of Color #df80c7

%40.55
%23.27
%36.18

CMYK Percentages of Color #df80c7

%0
%43
%11
%13

Triadic Colors of #df80c7

#df80c7 #c7df80 #80c7df

Analogous Colors of #df80c7

#df80c7 #df8098 #c880df

Monochromatic Colors of #df80c7

#df80c7

Complementary Color

#df80c7 #80df98

#df80c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df80c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df80c7 Color CSS Codes

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

#df80c7 Text Font Color

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

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


#df80c7 Background Color

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

This div background color is #df80c7


#df80c7 Border Color

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

This div border color is #df80c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df80c7


Comments

No comments written yet.

Please login to write comment.