Color Hex Logo

#df54df Color Hex

#DF54DF
(223,84,223)
0 Favorites   0 Comments

Color spaces of #df54df

RGB 22384223
HSL0.830.680.60
HSV300°62°87°
CMYK 0.000.620.00   0.13
XYZ46.921027.356372.6193
Yxy27.35630.31940.1862
Hunter Lab52.303368.6008-45.7076
CIE-Lab59.302770.5855-44.9085

#df54df color RGB value is (223,84,223).

#df54df hex color red value is 223, green value is 84 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #df54df hue: 0.83 , saturation: 0.68 and the lightness value of df54df is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010100 11011111
Octal 337 124 337
Decimal 223 84 223
Hex DF 54 DF

RGB Percentages of Color #df54df

%42.08
%15.85
%42.08

CMYK Percentages of Color #df54df

%0
%62
%0
%13

Triadic Colors of #df54df

#df54df #dfdf54 #54dfdf

Analogous Colors of #df54df

#df54df #df549a #9a54df

Monochromatic Colors of #df54df

#df54df

Complementary Color

#df54df #54df54

#df54df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df54df Color Preview on White Background

Lorem ipsum dolor sit amet.

#df54df Color CSS Codes

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

#df54df Text Font Color

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

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


#df54df Background Color

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

This div background color is #df54df


#df54df Border Color

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

This div border color is #df54df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df54df


Comments

No comments written yet.

Please login to write comment.