Color Hex Logo

#df5fae Color Hex

#DF5FAE
(223,95,174)
0 Favorites   0 Comments

Color spaces of #df5fae

RGB 22395174
HSL0.900.670.62
HSV323°57°87°
CMYK 0.000.570.22   0.13
XYZ42.163626.928443.0198
Yxy26.92840.37610.2402
Hunter Lab51.892654.2223-12.8276
CIE-Lab58.908058.4526-17.6055

#df5fae color RGB value is (223,95,174).

#df5fae hex color red value is 223, green value is 95 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #df5fae hue: 0.90 , saturation: 0.67 and the lightness value of df5fae is 0.62.

The process color (four color CMYK) of #df5fae color hex is 0.00, 0.57, 0.22, 0.13. Web safe color of #df5fae is #cc6699. Color #df5fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011111 10101110
Octal 337 137 256
Decimal 223 95 174
Hex DF 5F AE

RGB Percentages of Color #df5fae

%45.33
%19.31
%35.37

CMYK Percentages of Color #df5fae

%0
%57
%22
%13

Triadic Colors of #df5fae

#df5fae #aedf5f #5faedf

Analogous Colors of #df5fae

#df5fae #df5f6e #d05fdf

Monochromatic Colors of #df5fae

#df5fae

Complementary Color

#df5fae #5fdf90

#df5fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5fae Color CSS Codes

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

#df5fae Text Font Color

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

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


#df5fae Background Color

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

This div background color is #df5fae


#df5fae Border Color

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

This div border color is #df5fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5fae


Comments

No comments written yet.

Please login to write comment.