Color Hex Logo

#df70fb Color Hex

#DF70FB
(223,112,251)
0 Favorites   0 Comments

Color spaces of #df70fb

RGB 223112251
HSL0.800.950.71
HSV288°55°98°
CMYK 0.110.550.00   0.02
XYZ53.638234.241495.0490
Yxy34.24140.29320.1872
Hunter Lab58.516261.2168-55.3447
CIE-Lab65.153763.3883-51.2231

#df70fb color RGB value is (223,112,251).

#df70fb hex color red value is 223, green value is 112 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #df70fb hue: 0.80 , saturation: 0.95 and the lightness value of df70fb is 0.71.

The process color (four color CMYK) of #df70fb color hex is 0.11, 0.55, 0.00, 0.02. Web safe color of #df70fb is #cc66ff. Color #df70fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110000 11111011
Octal 337 160 373
Decimal 223 112 251
Hex DF 70 FB

RGB Percentages of Color #df70fb

%38.05
%19.11
%42.83

CMYK Percentages of Color #df70fb

%11
%55
%0
%2

Triadic Colors of #df70fb

#df70fb #fbdf70 #70fbdf

Analogous Colors of #df70fb

#df70fb #fb70d2 #9a70fb

Monochromatic Colors of #df70fb

#df70fb

Complementary Color

#df70fb #8cfb70

#df70fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df70fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df70fb Color CSS Codes

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

#df70fb Text Font Color

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

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


#df70fb Background Color

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

This div background color is #df70fb


#df70fb Border Color

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

This div border color is #df70fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df70fb


Comments

No comments written yet.

Please login to write comment.