Color Hex Logo

#df01fe Color Hex

#DF01FE
(223,1,254)
0 Favorites   0 Comments

Color spaces of #df01fe

RGB 2231254
HSL0.810.990.50
HSV293°100°100°
CMYK 0.121.000.00   0.00
XYZ48.331722.865495.6320
Yxy22.86540.28970.1371
Hunter Lab47.817896.7373-85.1031
CIE-Lab54.933493.3398-69.2343

#df01fe color RGB value is (223,1,254).

#df01fe hex color red value is 223, green value is 1 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #df01fe hue: 0.81 , saturation: 0.99 and the lightness value of df01fe is 0.50.

The process color (four color CMYK) of #df01fe color hex is 0.12, 1.00, 0.00, 0.00. Web safe color of #df01fe is #cc00ff. Color #df01fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000001 11111110
Octal 337 1 376
Decimal 223 1 254
Hex DF 1 FE

RGB Percentages of Color #df01fe

%46.65
%0.21
%53.14

CMYK Percentages of Color #df01fe

%12
%100
%0
%0

Triadic Colors of #df01fe

#df01fe #fedf01 #01fedf

Analogous Colors of #df01fe

#df01fe #fe019f #6001fe

Monochromatic Colors of #df01fe

#df01fe

Complementary Color

#df01fe #20fe01

#df01fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df01fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#df01fe Color CSS Codes

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

#df01fe Text Font Color

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

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


#df01fe Background Color

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

This div background color is #df01fe


#df01fe Border Color

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

This div border color is #df01fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df01fe


Comments

No comments written yet.

Please login to write comment.