Color Hex Logo

#df84eb Color Hex

#DF84EB
(223,132,235)
0 Favorites   0 Comments

Color spaces of #df84eb

RGB 223132235
HSL0.810.720.72
HSV293°44°92°
CMYK 0.050.440.00   0.08
XYZ53.678138.188783.1393
Yxy38.18870.30670.2182
Hunter Lab61.797046.9039-36.5086
CIE-Lab68.159550.5350-37.6986

#df84eb color RGB value is (223,132,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000100 11101011
Octal 337 204 353
Decimal 223 132 235
Hex DF 84 EB

RGB Percentages of Color #df84eb

%37.80
%22.37
%39.83

CMYK Percentages of Color #df84eb

%5
%44
%0
%8

Triadic Colors of #df84eb

#df84eb #ebdf84 #84ebdf

Analogous Colors of #df84eb

#df84eb #eb84c4 #ac84eb

Monochromatic Colors of #df84eb

#df84eb

Complementary Color

#df84eb #90eb84

#df84eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df84eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df84eb Color CSS Codes

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

#df84eb Text Font Color

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

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


#df84eb Background Color

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

This div background color is #df84eb


#df84eb Border Color

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

This div border color is #df84eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df84eb


Comments

No comments written yet.

Please login to write comment.