Color Hex Logo

#df01ff Color Hex

#DF01FF
(223,1,255)
0 Favorites   0 Comments

Color spaces of #df01ff

RGB 2231255
HSL0.811.000.50
HSV292°100°100°
CMYK 0.131.000.00   0.00
XYZ48.492322.929796.4778
Yxy22.92970.28880.1366
Hunter Lab47.885096.9653-85.9370
CIE-Lab54.999993.4950-69.6828

#df01ff color RGB value is (223,1,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000001 11111111
Octal 337 1 377
Decimal 223 1 255
Hex DF 1 FF

RGB Percentages of Color #df01ff

%46.56
%0.21
%53.24

CMYK Percentages of Color #df01ff

%13
%100
%0
%0

Triadic Colors of #df01ff

#df01ff #ffdf01 #01ffdf

Analogous Colors of #df01ff

#df01ff #ff01a0 #6001ff

Monochromatic Colors of #df01ff

#df01ff

Complementary Color

#df01ff #21ff01

#df01ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df01ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#df01ff Color CSS Codes

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

#df01ff Text Font Color

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

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


#df01ff Background Color

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

This div background color is #df01ff


#df01ff Border Color

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

This div border color is #df01ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df01ff


Comments

No comments written yet.

Please login to write comment.