Color Hex Logo

#df47ca Color Hex

#DF47CA
(223,71,202)
0 Favorites   0 Comments

Color spaces of #df47ca

RGB 22371202
HSL0.860.700.58
HSV308°68°87°
CMYK 0.000.680.09   0.13
XYZ43.345324.458758.3136
Yxy24.45870.34370.1939
Hunter Lab49.455769.8981-35.2902
CIE-Lab56.544272.1712-37.3415

#df47ca color RGB value is (223,71,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000111 11001010
Octal 337 107 312
Decimal 223 71 202
Hex DF 47 CA

RGB Percentages of Color #df47ca

%44.96
%14.31
%40.73

CMYK Percentages of Color #df47ca

%0
%68
%9
%13

Triadic Colors of #df47ca

#df47ca #cadf47 #47cadf

Analogous Colors of #df47ca

#df47ca #df477e #a847df

Monochromatic Colors of #df47ca

#df47ca

Complementary Color

#df47ca #47df5c

#df47ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df47ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#df47ca Color CSS Codes

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

#df47ca Text Font Color

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

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


#df47ca Background Color

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

This div background color is #df47ca


#df47ca Border Color

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

This div border color is #df47ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df47ca


Comments

No comments written yet.

Please login to write comment.