Color Hex Logo

#df4180 Color Hex

#DF4180
(223,65,128)
0 Favorites   0 Comments

Color spaces of #df4180

RGB 22365128
HSL0.930.710.56
HSV336°71°87°
CMYK 0.000.710.43   0.13
XYZ36.218021.027122.5718
Yxy21.02710.45380.2634
Hunter Lab45.855360.73822.9138
CIE-Lab52.979165.16830.5622

#df4180 color RGB value is (223,65,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000001 10000000
Octal 337 101 200
Decimal 223 65 128
Hex DF 41 80

RGB Percentages of Color #df4180

%53.61
%15.63
%30.77

CMYK Percentages of Color #df4180

%0
%71
%43
%13

Triadic Colors of #df4180

#df4180 #80df41 #4180df

Analogous Colors of #df4180

#df4180 #df5141 #df41cf

Monochromatic Colors of #df4180

#df4180

Complementary Color

#df4180 #41dfa0

#df4180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4180 Color CSS Codes

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

#df4180 Text Font Color

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

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


#df4180 Background Color

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

This div background color is #df4180


#df4180 Border Color

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

This div border color is #df4180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4180


Comments

No comments written yet.

Please login to write comment.