Color Hex Logo

#df5acf Color Hex

#DF5ACF
(223,90,207)
0 Favorites   0 Comments

Color spaces of #df5acf

RGB 22390207
HSL0.850.680.61
HSV307°60°87°
CMYK 0.000.600.07   0.13
XYZ45.350127.505361.9503
Yxy27.50530.33640.2040
Hunter Lab52.445562.5710-33.3234
CIE-Lab59.439165.5371-35.6587

#df5acf color RGB value is (223,90,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011010 11001111
Octal 337 132 317
Decimal 223 90 207
Hex DF 5A CF

RGB Percentages of Color #df5acf

%42.88
%17.31
%39.81

CMYK Percentages of Color #df5acf

%0
%60
%7
%13

Triadic Colors of #df5acf

#df5acf #cfdf5a #5acfdf

Analogous Colors of #df5acf

#df5acf #df5a8d #ad5adf

Monochromatic Colors of #df5acf

#df5acf

Complementary Color

#df5acf #5adf6a

#df5acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5acf Color CSS Codes

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

#df5acf Text Font Color

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

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


#df5acf Background Color

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

This div background color is #df5acf


#df5acf Border Color

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

This div border color is #df5acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5acf


Comments

No comments written yet.

Please login to write comment.