Color Hex Logo

#df86fb Color Hex

#DF86FB
(223,134,251)
0 Favorites   0 Comments

Color spaces of #df86fb

RGB 223134251
HSL0.790.940.75
HSV286°47°98°
CMYK 0.110.470.00   0.02
XYZ56.369139.703295.9593
Yxy39.70320.29350.2068
Hunter Lab63.010549.4176-46.1860
CIE-Lab69.257652.5957-44.7557

#df86fb color RGB value is (223,134,251).

#df86fb hex color red value is 223, green value is 134 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #df86fb hue: 0.79 , saturation: 0.94 and the lightness value of df86fb is 0.75.

The process color (four color CMYK) of #df86fb color hex is 0.11, 0.47, 0.00, 0.02. Web safe color of #df86fb is #cc99ff. Color #df86fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 11111011
Octal 337 206 373
Decimal 223 134 251
Hex DF 86 FB

RGB Percentages of Color #df86fb

%36.68
%22.04
%41.28

CMYK Percentages of Color #df86fb

%11
%47
%0
%2

Triadic Colors of #df86fb

#df86fb #fbdf86 #86fbdf

Analogous Colors of #df86fb

#df86fb #fb86dd #a586fb

Monochromatic Colors of #df86fb

#df86fb

Complementary Color

#df86fb #a2fb86

#df86fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df86fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df86fb Color CSS Codes

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

#df86fb Text Font Color

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

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


#df86fb Background Color

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

This div background color is #df86fb


#df86fb Border Color

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

This div border color is #df86fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df86fb

Related Colors


Comments

No comments written yet.

Please login to write comment.