Color Hex Logo

#df83eb Color Hex

#DF83EB
(223,131,235)
0 Favorites   0 Comments

Color spaces of #df83eb

RGB 223131235
HSL0.810.720.72
HSV293°44°92°
CMYK 0.050.440.00   0.08
XYZ53.543137.918783.0943
Yxy37.91870.30670.2172
Hunter Lab61.578247.4465-36.9019
CIE-Lab67.960751.0452-38.0083

#df83eb color RGB value is (223,131,235).

#df83eb hex color red value is 223, green value is 131 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #df83eb hue: 0.81 , saturation: 0.72 and the lightness value of df83eb is 0.72.

The process color (four color CMYK) of #df83eb color hex is 0.05, 0.44, 0.00, 0.08. Web safe color of #df83eb is #cc99ff. Color #df83eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000011 11101011
Octal 337 203 353
Decimal 223 131 235
Hex DF 83 EB

RGB Percentages of Color #df83eb

%37.86
%22.24
%39.90

CMYK Percentages of Color #df83eb

%5
%44
%0
%8

Triadic Colors of #df83eb

#df83eb #ebdf83 #83ebdf

Analogous Colors of #df83eb

#df83eb #eb83c3 #ab83eb

Monochromatic Colors of #df83eb

#df83eb

Complementary Color

#df83eb #8feb83

#df83eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df83eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df83eb Color CSS Codes

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

#df83eb Text Font Color

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

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


#df83eb Background Color

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

This div background color is #df83eb


#df83eb Border Color

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

This div border color is #df83eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df83eb


Comments

No comments written yet.

Please login to write comment.