Color Hex Logo

#df53ff Color Hex

#DF53FF
(223,83,255)
0 Favorites   0 Comments

Color spaces of #df53ff

RGB 22383255
HSL0.801.000.66
HSV289°67°100°
CMYK 0.130.670.00   0.00
XYZ51.574729.094597.5053
Yxy29.09450.28950.1633
Hunter Lab53.939376.2810-69.4201
CIE-Lab60.864976.5065-60.2501

#df53ff color RGB value is (223,83,255).

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

The process color (four color CMYK) of #df53ff color hex is 0.13, 0.67, 0.00, 0.00. Web safe color of #df53ff is #cc66ff. Color #df53ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010011 11111111
Octal 337 123 377
Decimal 223 83 255
Hex DF 53 FF

RGB Percentages of Color #df53ff

%39.75
%14.80
%45.45

CMYK Percentages of Color #df53ff

%13
%67
%0
%0

Triadic Colors of #df53ff

#df53ff #ffdf53 #53ffdf

Analogous Colors of #df53ff

#df53ff #ff53c9 #8953ff

Monochromatic Colors of #df53ff

#df53ff

Complementary Color

#df53ff #73ff53

#df53ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df53ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#df53ff Color CSS Codes

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

#df53ff Text Font Color

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

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


#df53ff Background Color

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

This div background color is #df53ff


#df53ff Border Color

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

This div border color is #df53ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df53ff

Related Colors


Comments

No comments written yet.

Please login to write comment.