Color Hex Logo

#df4aaf Color Hex

#DF4AAF
(223,74,175)
0 Favorites   0 Comments

Color spaces of #df4aaf

RGB 22374175
HSL0.890.700.58
HSV319°67°87°
CMYK 0.000.670.22   0.13
XYZ40.618123.680742.9875
Yxy23.68070.37860.2207
Hunter Lab48.662863.8312-18.3113
CIE-Lab55.766767.2754-22.9848

#df4aaf color RGB value is (223,74,175).

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

The process color (four color CMYK) of #df4aaf color hex is 0.00, 0.67, 0.22, 0.13. Web safe color of #df4aaf is #cc3399. Color #df4aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001010 10101111
Octal 337 112 257
Decimal 223 74 175
Hex DF 4A AF

RGB Percentages of Color #df4aaf

%47.25
%15.68
%37.08

CMYK Percentages of Color #df4aaf

%0
%67
%22
%13

Triadic Colors of #df4aaf

#df4aaf #afdf4a #4aafdf

Analogous Colors of #df4aaf

#df4aaf #df4a65 #c54adf

Monochromatic Colors of #df4aaf

#df4aaf

Complementary Color

#df4aaf #4adf7a

#df4aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4aaf Color CSS Codes

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

#df4aaf Text Font Color

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

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


#df4aaf Background Color

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

This div background color is #df4aaf


#df4aaf Border Color

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

This div border color is #df4aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4aaf


Comments

No comments written yet.

Please login to write comment.