Color Hex Logo

#df8bff Color Hex

#DF8BFF
(223,139,255)
0 Favorites   0 Comments

Color spaces of #df8bff

RGB 223139255
HSL0.791.000.77
HSV283°45°100°
CMYK 0.130.450.00   0.00
XYZ57.714041.373299.5517
Yxy41.37320.29050.2083
Hunter Lab64.322047.5986-46.7382
CIE-Lab70.436650.8285-45.0866

#df8bff color RGB value is (223,139,255).

#df8bff hex color red value is 223, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #df8bff hue: 0.79 , saturation: 1.00 and the lightness value of df8bff is 0.77.

The process color (four color CMYK) of #df8bff color hex is 0.13, 0.45, 0.00, 0.00. Web safe color of #df8bff is #cc99ff. Color #df8bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001011 11111111
Octal 337 213 377
Decimal 223 139 255
Hex DF 8B FF

RGB Percentages of Color #df8bff

%36.14
%22.53
%41.33

CMYK Percentages of Color #df8bff

%13
%45
%0
%0

Triadic Colors of #df8bff

#df8bff #ffdf8b #8bffdf

Analogous Colors of #df8bff

#df8bff #ff8be5 #a58bff

Monochromatic Colors of #df8bff

#df8bff

Complementary Color

#df8bff #abff8b

#df8bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8bff Color CSS Codes

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

#df8bff Text Font Color

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

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


#df8bff Background Color

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

This div background color is #df8bff


#df8bff Border Color

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

This div border color is #df8bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8bff


Comments

No comments written yet.

Please login to write comment.