Color Hex Logo

#df8feb Color Hex

#DF8FEB
(223,143,235)
0 Favorites   0 Comments

Color spaces of #df8feb

RGB 223143235
HSL0.810.700.74
HSV292°39°92°
CMYK 0.050.390.00   0.08
XYZ55.249341.331183.6630
Yxy41.33110.30650.2293
Hunter Lab64.289340.8942-32.1547
CIE-Lab70.407344.8399-34.2060

#df8feb color RGB value is (223,143,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001111 11101011
Octal 337 217 353
Decimal 223 143 235
Hex DF 8F EB

RGB Percentages of Color #df8feb

%37.10
%23.79
%39.10

CMYK Percentages of Color #df8feb

%5
%39
%0
%8

Triadic Colors of #df8feb

#df8feb #ebdf8f #8febdf

Analogous Colors of #df8feb

#df8feb #eb8fc9 #b18feb

Monochromatic Colors of #df8feb

#df8feb

Complementary Color

#df8feb #9beb8f

#df8feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8feb Color CSS Codes

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

#df8feb Text Font Color

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

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


#df8feb Background Color

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

This div background color is #df8feb


#df8feb Border Color

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

This div border color is #df8feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8feb


Comments

No comments written yet.

Please login to write comment.