Color Hex Logo

#df4584 Color Hex

#DF4584
(223,69,132)
0 Favorites   0 Comments

Color spaces of #df4584

RGB 22369132
HSL0.930.710.57
HSV335°69°87°
CMYK 0.000.690.41   0.13
XYZ36.724421.610224.0654
Yxy21.61020.44570.2623
Hunter Lab46.486859.66261.8473
CIE-Lab53.611064.1266-0.9038

#df4584 color RGB value is (223,69,132).

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

The process color (four color CMYK) of #df4584 color hex is 0.00, 0.69, 0.41, 0.13. Web safe color of #df4584 is #cc3399. Color #df4584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000101 10000100
Octal 337 105 204
Decimal 223 69 132
Hex DF 45 84

RGB Percentages of Color #df4584

%52.59
%16.27
%31.13

CMYK Percentages of Color #df4584

%0
%69
%41
%13

Triadic Colors of #df4584

#df4584 #84df45 #4584df

Analogous Colors of #df4584

#df4584 #df5345 #df45d1

Monochromatic Colors of #df4584

#df4584

Complementary Color

#df4584 #45dfa0

#df4584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4584 Color CSS Codes

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

#df4584 Text Font Color

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

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


#df4584 Background Color

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

This div background color is #df4584


#df4584 Border Color

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

This div border color is #df4584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4584


Comments

No comments written yet.

Please login to write comment.