Color Hex Logo

#df7dfa Color Hex

#DF7DFA
(223,125,250)
0 Favorites   0 Comments

Color spaces of #df7dfa

RGB 223125250
HSL0.800.930.74
HSV287°50°98°
CMYK 0.110.500.00   0.02
XYZ55.020437.257394.7340
Yxy37.25730.29420.1992
Hunter Lab61.038854.0823-49.2927
CIE-Lab67.469656.9251-47.0188

#df7dfa color RGB value is (223,125,250).

#df7dfa hex color red value is 223, green value is 125 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #df7dfa hue: 0.80 , saturation: 0.93 and the lightness value of df7dfa is 0.74.

The process color (four color CMYK) of #df7dfa color hex is 0.11, 0.50, 0.00, 0.02. Web safe color of #df7dfa is #cc66ff. Color #df7dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111101 11111010
Octal 337 175 372
Decimal 223 125 250
Hex DF 7D FA

RGB Percentages of Color #df7dfa

%37.29
%20.90
%41.81

CMYK Percentages of Color #df7dfa

%11
%50
%0
%2

Triadic Colors of #df7dfa

#df7dfa #fadf7d #7dfadf

Analogous Colors of #df7dfa

#df7dfa #fa7dd7 #a17dfa

Monochromatic Colors of #df7dfa

#df7dfa

Complementary Color

#df7dfa #98fa7d

#df7dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7dfa Color CSS Codes

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

#df7dfa Text Font Color

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

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


#df7dfa Background Color

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

This div background color is #df7dfa


#df7dfa Border Color

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

This div border color is #df7dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7dfa


Comments

No comments written yet.

Please login to write comment.