Color Hex Logo

#df31ff Color Hex

#DF31FF
(223,49,255)
0 Favorites   0 Comments

Color spaces of #df31ff

RGB 22349255
HSL0.811.000.60
HSV291°81°100°
CMYK 0.130.810.00   0.00
XYZ49.579725.104696.8403
Yxy25.10460.28910.1464
Hunter Lab50.104588.9475-79.5206
CIE-Lab57.177287.0742-66.1691

#df31ff color RGB value is (223,49,255).

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

The process color (four color CMYK) of #df31ff color hex is 0.13, 0.81, 0.00, 0.00. Web safe color of #df31ff is #cc33ff. Color #df31ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110001 11111111
Octal 337 61 377
Decimal 223 49 255
Hex DF 31 FF

RGB Percentages of Color #df31ff

%42.31
%9.30
%48.39

CMYK Percentages of Color #df31ff

%13
%81
%0
%0

Triadic Colors of #df31ff

#df31ff #ffdf31 #31ffdf

Analogous Colors of #df31ff

#df31ff #ff31b8 #7831ff

Monochromatic Colors of #df31ff

#df31ff

Complementary Color

#df31ff #51ff31

#df31ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df31ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#df31ff Color CSS Codes

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

#df31ff Text Font Color

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

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


#df31ff Background Color

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

This div background color is #df31ff


#df31ff Border Color

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

This div border color is #df31ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df31ff

Related Colors


Comments

No comments written yet.

Please login to write comment.