Color Hex Logo

#df8cfb Color Hex

#DF8CFB
(223,140,251)
0 Favorites   0 Comments

Color spaces of #df8cfb

RGB 223140251
HSL0.790.930.77
HSV285°44°98°
CMYK 0.110.440.00   0.02
XYZ57.222141.409296.2436
Yxy41.40920.29360.2125
Hunter Lab64.350046.1156-43.6308
CIE-Lab70.461749.5141-42.8689

#df8cfb color RGB value is (223,140,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001100 11111011
Octal 337 214 373
Decimal 223 140 251
Hex DF 8C FB

RGB Percentages of Color #df8cfb

%36.32
%22.80
%40.88

CMYK Percentages of Color #df8cfb

%11
%44
%0
%2

Triadic Colors of #df8cfb

#df8cfb #fbdf8c #8cfbdf

Analogous Colors of #df8cfb

#df8cfb #fb8ce0 #a88cfb

Monochromatic Colors of #df8cfb

#df8cfb

Complementary Color

#df8cfb #a8fb8c

#df8cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8cfb Color CSS Codes

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

#df8cfb Text Font Color

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

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


#df8cfb Background Color

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

This div background color is #df8cfb


#df8cfb Border Color

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

This div border color is #df8cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8cfb


Comments

No comments written yet.

Please login to write comment.