Color Hex Logo

#df4aac Color Hex

#DF4AAC
(223,74,172)
0 Favorites   0 Comments

Color spaces of #df4aac

RGB 22374172
HSL0.890.700.58
HSV321°67°87°
CMYK 0.000.670.23   0.13
XYZ40.326623.564141.4526
Yxy23.56410.38280.2237
Hunter Lab48.542963.3374-16.6500
CIE-Lab55.648766.8809-21.4208

#df4aac color RGB value is (223,74,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001010 10101100
Octal 337 112 254
Decimal 223 74 172
Hex DF 4A AC

RGB Percentages of Color #df4aac

%47.55
%15.78
%36.67

CMYK Percentages of Color #df4aac

%0
%67
%23
%13

Triadic Colors of #df4aac

#df4aac #acdf4a #4aacdf

Analogous Colors of #df4aac

#df4aac #df4a62 #c84adf

Monochromatic Colors of #df4aac

#df4aac

Complementary Color

#df4aac #4adf7d

#df4aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4aac Color CSS Codes

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

#df4aac Text Font Color

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

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


#df4aac Background Color

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

This div background color is #df4aac


#df4aac Border Color

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

This div border color is #df4aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4aac


Comments

No comments written yet.

Please login to write comment.