Color Hex Logo

#df4080 Color Hex

#DF4080
(223,64,128)
0 Favorites   0 Comments

Color spaces of #df4080

RGB 22364128
HSL0.930.710.56
HSV336°71°87°
CMYK 0.000.710.43   0.13
XYZ36.161120.913322.5528
Yxy20.91330.45410.2626
Hunter Lab45.731161.11662.7722
CIE-Lab52.854565.51580.3805

#df4080 color RGB value is (223,64,128).

#df4080 hex color red value is 223, green value is 64 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #df4080 hue: 0.93 , saturation: 0.71 and the lightness value of df4080 is 0.56.

The process color (four color CMYK) of #df4080 color hex is 0.00, 0.71, 0.43, 0.13. Web safe color of #df4080 is #cc3399. Color #df4080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 10000000
Octal 337 100 200
Decimal 223 64 128
Hex DF 40 80

RGB Percentages of Color #df4080

%53.73
%15.42
%30.84

CMYK Percentages of Color #df4080

%0
%71
%43
%13

Triadic Colors of #df4080

#df4080 #80df40 #4080df

Analogous Colors of #df4080

#df4080 #df5040 #df40d0

Monochromatic Colors of #df4080

#df4080

Complementary Color

#df4080 #40df9f

#df4080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4080 Color CSS Codes

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

#df4080 Text Font Color

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

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


#df4080 Background Color

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

This div background color is #df4080


#df4080 Border Color

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

This div border color is #df4080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4080


Comments

No comments written yet.

Please login to write comment.