Color Hex Logo

#df71ae Color Hex

#DF71AE
(223,113,174)
0 Favorites   0 Comments

Color spaces of #df71ae

RGB 223113174
HSL0.910.630.66
HSV327°49°87°
CMYK 0.000.490.22   0.13
XYZ43.976530.554243.6241
Yxy30.55420.37220.2586
Hunter Lab55.275945.2787-8.0990
CIE-Lab62.129549.9557-12.7352

#df71ae color RGB value is (223,113,174).

#df71ae hex color red value is 223, green value is 113 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #df71ae hue: 0.91 , saturation: 0.63 and the lightness value of df71ae is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110001 10101110
Octal 337 161 256
Decimal 223 113 174
Hex DF 71 AE

RGB Percentages of Color #df71ae

%43.73
%22.16
%34.12

CMYK Percentages of Color #df71ae

%0
%49
%22
%13

Triadic Colors of #df71ae

#df71ae #aedf71 #71aedf

Analogous Colors of #df71ae

#df71ae #df7177 #d971df

Monochromatic Colors of #df71ae

#df71ae

Complementary Color

#df71ae #71dfa2

#df71ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df71ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df71ae Color CSS Codes

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

#df71ae Text Font Color

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

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


#df71ae Background Color

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

This div background color is #df71ae


#df71ae Border Color

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

This div border color is #df71ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,113,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 #df71ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df71ae


Comments

No comments written yet.

Please login to write comment.