Color Hex Logo

#df5ffb Color Hex

#DF5FFB
(223,95,251)
0 Favorites   0 Comments

Color spaces of #df5ffb

RGB 22395251
HSL0.800.950.68
HSV289°62°98°
CMYK 0.110.620.00   0.02
XYZ51.936230.837494.4817
Yxy30.83740.29300.1740
Hunter Lab55.531469.7635-62.0046
CIE-Lab62.370170.9692-55.6414

#df5ffb color RGB value is (223,95,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011111 11111011
Octal 337 137 373
Decimal 223 95 251
Hex DF 5F FB

RGB Percentages of Color #df5ffb

%39.19
%16.70
%44.11

CMYK Percentages of Color #df5ffb

%11
%62
%0
%2

Triadic Colors of #df5ffb

#df5ffb #fbdf5f #5ffbdf

Analogous Colors of #df5ffb

#df5ffb #fb5fc9 #915ffb

Monochromatic Colors of #df5ffb

#df5ffb

Complementary Color

#df5ffb #7bfb5f

#df5ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5ffb Color CSS Codes

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

#df5ffb Text Font Color

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

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


#df5ffb Background Color

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

This div background color is #df5ffb


#df5ffb Border Color

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

This div border color is #df5ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5ffb


Comments

No comments written yet.

Please login to write comment.