Color Hex Logo

#df47cc Color Hex

#DF47CC
(223,71,204)
0 Favorites   0 Comments

Color spaces of #df47cc

RGB 22371204
HSL0.850.700.58
HSV308°68°87°
CMYK 0.000.680.09   0.13
XYZ43.583724.554159.5690
Yxy24.55410.34130.1923
Hunter Lab49.552170.2841-36.5889
CIE-Lab56.638472.4695-38.3364

#df47cc color RGB value is (223,71,204).

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

The process color (four color CMYK) of #df47cc color hex is 0.00, 0.68, 0.09, 0.13. Web safe color of #df47cc is #cc33cc. Color #df47cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000111 11001100
Octal 337 107 314
Decimal 223 71 204
Hex DF 47 CC

RGB Percentages of Color #df47cc

%44.78
%14.26
%40.96

CMYK Percentages of Color #df47cc

%0
%68
%9
%13

Triadic Colors of #df47cc

#df47cc #ccdf47 #47ccdf

Analogous Colors of #df47cc

#df47cc #df4780 #a647df

Monochromatic Colors of #df47cc

#df47cc

Complementary Color

#df47cc #47df5a

#df47cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df47cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df47cc Color CSS Codes

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

#df47cc Text Font Color

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

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


#df47cc Background Color

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

This div background color is #df47cc


#df47cc Border Color

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

This div border color is #df47cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df47cc


Comments

No comments written yet.

Please login to write comment.