Color Hex Logo

#df9bfa Color Hex

#DF9BFA
(223,155,250)
0 Favorites   0 Comments

Color spaces of #df9bfa

RGB 223155250
HSL0.790.900.79
HSV283°38°98°
CMYK 0.110.380.00   0.02
XYZ59.408146.032896.1965
Yxy46.03280.29460.2283
Hunter Lab67.847537.5638-36.5702
CIE-Lab73.566841.4391-37.4839

#df9bfa color RGB value is (223,155,250).

#df9bfa hex color red value is 223, green value is 155 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #df9bfa hue: 0.79 , saturation: 0.90 and the lightness value of df9bfa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011011 11111010
Octal 337 233 372
Decimal 223 155 250
Hex DF 9B FA

RGB Percentages of Color #df9bfa

%35.51
%24.68
%39.81

CMYK Percentages of Color #df9bfa

%11
%38
%0
%2

Triadic Colors of #df9bfa

#df9bfa #fadf9b #9bfadf

Analogous Colors of #df9bfa

#df9bfa #fa9be6 #b09bfa

Monochromatic Colors of #df9bfa

#df9bfa

Complementary Color

#df9bfa #b6fa9b

#df9bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9bfa Color CSS Codes

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

#df9bfa Text Font Color

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

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


#df9bfa Background Color

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

This div background color is #df9bfa


#df9bfa Border Color

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

This div border color is #df9bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.