Color Hex Logo

#df90fa Color Hex

#DF90FA
(223,144,250)
0 Favorites   0 Comments

Color spaces of #df90fa

RGB 223144250
HSL0.790.910.77
HSV285°42°98°
CMYK 0.110.420.00   0.02
XYZ57.660042.536695.6139
Yxy42.53660.29450.2172
Hunter Lab65.220143.6737-41.2662
CIE-Lab71.239347.2364-41.1086

#df90fa color RGB value is (223,144,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 11111010
Octal 337 220 372
Decimal 223 144 250
Hex DF 90 FA

RGB Percentages of Color #df90fa

%36.14
%23.34
%40.52

CMYK Percentages of Color #df90fa

%11
%42
%0
%2

Triadic Colors of #df90fa

#df90fa #fadf90 #90fadf

Analogous Colors of #df90fa

#df90fa #fa90e0 #aa90fa

Monochromatic Colors of #df90fa

#df90fa

Complementary Color

#df90fa #abfa90

#df90fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df90fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df90fa Color CSS Codes

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

#df90fa Text Font Color

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

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


#df90fa Background Color

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

This div background color is #df90fa


#df90fa Border Color

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

This div border color is #df90fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df90fa

Related Colors


Comments

No comments written yet.

Please login to write comment.