Color Hex Logo

#df82fa Color Hex

#DF82FA
(223,130,250)
0 Favorites   0 Comments

Color spaces of #df82fa

RGB 223130250
HSL0.800.920.75
HSV287°48°98°
CMYK 0.110.480.00   0.02
XYZ55.669438.555494.9503
Yxy38.55540.29430.2038
Hunter Lab62.093051.3712-47.1990
CIE-Lab68.428054.4263-45.5117

#df82fa color RGB value is (223,130,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000010 11111010
Octal 337 202 372
Decimal 223 130 250
Hex DF 82 FA

RGB Percentages of Color #df82fa

%36.98
%21.56
%41.46

CMYK Percentages of Color #df82fa

%11
%48
%0
%2

Triadic Colors of #df82fa

#df82fa #fadf82 #82fadf

Analogous Colors of #df82fa

#df82fa #fa82d9 #a382fa

Monochromatic Colors of #df82fa

#df82fa

Complementary Color

#df82fa #9dfa82

#df82fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df82fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df82fa Color CSS Codes

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

#df82fa Text Font Color

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

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


#df82fa Background Color

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

This div background color is #df82fa


#df82fa Border Color

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

This div border color is #df82fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df82fa


Comments

No comments written yet.

Please login to write comment.