Color Hex Logo

#df4ace Color Hex

#DF4ACE
(223,74,206)
0 Favorites   0 Comments

Color spaces of #df4ace

RGB 22374206
HSL0.850.700.58
HSV307°67°87°
CMYK 0.000.670.08   0.13
XYZ44.020825.041860.9059
Yxy25.04180.33870.1927
Hunter Lab50.041869.4499-37.1327
CIE-Lab57.116171.6948-38.7273

#df4ace color RGB value is (223,74,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001010 11001110
Octal 337 112 316
Decimal 223 74 206
Hex DF 4A CE

RGB Percentages of Color #df4ace

%44.33
%14.71
%40.95

CMYK Percentages of Color #df4ace

%0
%67
%8
%13

Triadic Colors of #df4ace

#df4ace #cedf4a #4acedf

Analogous Colors of #df4ace

#df4ace #df4a84 #a64adf

Monochromatic Colors of #df4ace

#df4ace

Complementary Color

#df4ace #4adf5b

#df4ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4ace Color CSS Codes

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

#df4ace Text Font Color

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

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


#df4ace Background Color

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

This div background color is #df4ace


#df4ace Border Color

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

This div border color is #df4ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4ace


Comments

No comments written yet.

Please login to write comment.