Color Hex Logo

#df84fd Color Hex

#DF84FD
(223,132,253)
0 Favorites   0 Comments

Color spaces of #df84fd

RGB 223132253
HSL0.790.970.75
HSV285°48°99°
CMYK 0.120.480.00   0.01
XYZ56.412339.282497.5375
Yxy39.28240.29190.2033
Hunter Lab62.675750.9795-48.3957
CIE-Lab68.955354.0059-46.3224

#df84fd color RGB value is (223,132,253).

#df84fd hex color red value is 223, green value is 132 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #df84fd hue: 0.79 , saturation: 0.97 and the lightness value of df84fd is 0.75.

The process color (four color CMYK) of #df84fd color hex is 0.12, 0.48, 0.00, 0.01. Web safe color of #df84fd is #cc99ff. Color #df84fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000100 11111101
Octal 337 204 375
Decimal 223 132 253
Hex DF 84 FD

RGB Percentages of Color #df84fd

%36.68
%21.71
%41.61

CMYK Percentages of Color #df84fd

%12
%48
%0
%1

Triadic Colors of #df84fd

#df84fd #fddf84 #84fddf

Analogous Colors of #df84fd

#df84fd #fd84df #a384fd

Monochromatic Colors of #df84fd

#df84fd

Complementary Color

#df84fd #a2fd84

#df84fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df84fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df84fd Color CSS Codes

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

#df84fd Text Font Color

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

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


#df84fd Background Color

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

This div background color is #df84fd


#df84fd Border Color

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

This div border color is #df84fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df84fd


Comments

No comments written yet.

Please login to write comment.