Color Hex Logo

#df78fa Color Hex

#DF78FA
(223,120,250)
0 Favorites   0 Comments

Color spaces of #df78fa

RGB 223120250
HSL0.800.930.73
HSV288°52°98°
CMYK 0.110.520.00   0.02
XYZ54.403236.023094.5283
Yxy36.02300.29410.1948
Hunter Lab60.019256.7643-51.3665
CIE-Lab66.537559.3789-48.4876

#df78fa color RGB value is (223,120,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111000 11111010
Octal 337 170 372
Decimal 223 120 250
Hex DF 78 FA

RGB Percentages of Color #df78fa

%37.61
%20.24
%42.16

CMYK Percentages of Color #df78fa

%11
%52
%0
%2

Triadic Colors of #df78fa

#df78fa #fadf78 #78fadf

Analogous Colors of #df78fa

#df78fa #fa78d4 #9e78fa

Monochromatic Colors of #df78fa

#df78fa

Complementary Color

#df78fa #93fa78

#df78fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df78fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df78fa Color CSS Codes

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

#df78fa Text Font Color

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

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


#df78fa Background Color

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

This div background color is #df78fa


#df78fa Border Color

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

This div border color is #df78fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df78fa


Comments

No comments written yet.

Please login to write comment.