Color Hex Logo

#df06df Color Hex

#DF06DF
(223,6,223)
0 Favorites   0 Comments

Color spaces of #df06df

RGB 2236223
HSL0.830.950.45
HSV300°97°87°
CMYK 0.000.970.00   0.13
XYZ43.815821.145971.5843
Yxy21.14590.32090.1549
Hunter Lab45.984789.6079-60.1074
CIE-Lab53.108888.3663-54.7534

#df06df color RGB value is (223,6,223).

#df06df hex color red value is 223, green value is 6 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #df06df hue: 0.83 , saturation: 0.95 and the lightness value of df06df is 0.45.

The process color (four color CMYK) of #df06df color hex is 0.00, 0.97, 0.00, 0.13. Web safe color of #df06df is #cc00cc. Color #df06df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000110 11011111
Octal 337 6 337
Decimal 223 6 223
Hex DF 6 DF

RGB Percentages of Color #df06df

%49.34
%1.33
%49.34

CMYK Percentages of Color #df06df

%0
%97
%0
%13

Triadic Colors of #df06df

#df06df #dfdf06 #06dfdf

Analogous Colors of #df06df

#df06df #df0673 #7306df

Monochromatic Colors of #df06df

#df06df

Complementary Color

#df06df #06df06

#df06df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df06df Color Preview on White Background

Lorem ipsum dolor sit amet.

#df06df Color CSS Codes

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

#df06df Text Font Color

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

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


#df06df Background Color

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

This div background color is #df06df


#df06df Border Color

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

This div border color is #df06df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df06df


Comments

No comments written yet.

Please login to write comment.