Color Hex Logo

#df4ad5 Color Hex

#DF4AD5
(223,74,213)
0 Favorites   0 Comments

Color spaces of #df4ad5

RGB 22374213
HSL0.840.700.58
HSV304°67°87°
CMYK 0.000.670.04   0.13
XYZ44.890425.389665.4855
Yxy25.38960.33060.1870
Hunter Lab50.388170.8452-41.7830
CIE-Lab57.453172.7732-42.1772

#df4ad5 color RGB value is (223,74,213).

#df4ad5 hex color red value is 223, green value is 74 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #df4ad5 hue: 0.84 , saturation: 0.70 and the lightness value of df4ad5 is 0.58.

The process color (four color CMYK) of #df4ad5 color hex is 0.00, 0.67, 0.04, 0.13. Web safe color of #df4ad5 is #cc33cc. Color #df4ad5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001010 11010101
Octal 337 112 325
Decimal 223 74 213
Hex DF 4A D5

RGB Percentages of Color #df4ad5

%43.73
%14.51
%41.76

CMYK Percentages of Color #df4ad5

%0
%67
%4
%13

Triadic Colors of #df4ad5

#df4ad5 #d5df4a #4ad5df

Analogous Colors of #df4ad5

#df4ad5 #df4a8b #9f4adf

Monochromatic Colors of #df4ad5

#df4ad5

Complementary Color

#df4ad5 #4adf54

#df4ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4ad5 Color CSS Codes

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

#df4ad5 Text Font Color

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

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


#df4ad5 Background Color

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

This div background color is #df4ad5


#df4ad5 Border Color

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

This div border color is #df4ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4ad5


Comments

No comments written yet.

Please login to write comment.