Color Hex Logo

#df6bfb Color Hex

#DF6BFB
(223,107,251)
0 Favorites   0 Comments

Color spaces of #df6bfb

RGB 223107251
HSL0.800.950.70
HSV288°57°98°
CMYK 0.110.570.00   0.02
XYZ53.101733.168494.8702
Yxy33.16840.29320.1831
Hunter Lab57.592063.7968-57.3529
CIE-Lab64.297065.6987-52.5802

#df6bfb color RGB value is (223,107,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101011 11111011
Octal 337 153 373
Decimal 223 107 251
Hex DF 6B FB

RGB Percentages of Color #df6bfb

%38.38
%18.42
%43.20

CMYK Percentages of Color #df6bfb

%11
%57
%0
%2

Triadic Colors of #df6bfb

#df6bfb #fbdf6b #6bfbdf

Analogous Colors of #df6bfb

#df6bfb #fb6bcf #976bfb

Monochromatic Colors of #df6bfb

#df6bfb

Complementary Color

#df6bfb #87fb6b

#df6bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6bfb Color CSS Codes

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

#df6bfb Text Font Color

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

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


#df6bfb Background Color

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

This div background color is #df6bfb


#df6bfb Border Color

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

This div border color is #df6bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6bfb


Comments

No comments written yet.

Please login to write comment.