Color Hex Logo

#df5acc Color Hex

#DF5ACC
(223,90,204)
0 Favorites   0 Comments

Color spaces of #df5acc

RGB 22390204
HSL0.860.680.61
HSV309°60°87°
CMYK 0.000.600.09   0.13
XYZ44.986727.359960.0367
Yxy27.35990.33980.2067
Hunter Lab52.306761.9833-31.4373
CIE-Lab59.306065.0647-34.1640

#df5acc color RGB value is (223,90,204).

#df5acc hex color red value is 223, green value is 90 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #df5acc hue: 0.86 , saturation: 0.68 and the lightness value of df5acc is 0.61.

The process color (four color CMYK) of #df5acc color hex is 0.00, 0.60, 0.09, 0.13. Web safe color of #df5acc is #cc66cc. Color #df5acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011010 11001100
Octal 337 132 314
Decimal 223 90 204
Hex DF 5A CC

RGB Percentages of Color #df5acc

%43.13
%17.41
%39.46

CMYK Percentages of Color #df5acc

%0
%60
%9
%13

Triadic Colors of #df5acc

#df5acc #ccdf5a #5accdf

Analogous Colors of #df5acc

#df5acc #df5a8a #b05adf

Monochromatic Colors of #df5acc

#df5acc

Complementary Color

#df5acc #5adf6d

#df5acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5acc Color CSS Codes

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

#df5acc Text Font Color

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

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


#df5acc Background Color

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

This div background color is #df5acc


#df5acc Border Color

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

This div border color is #df5acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5acc


Comments

No comments written yet.

Please login to write comment.