Color Hex Logo

#df35ff Color Hex

#DF35FF
(223,53,255)
0 Favorites   0 Comments

Color spaces of #df35ff

RGB 22353255
HSL0.811.000.60
HSV290°79°100°
CMYK 0.130.790.00   0.00
XYZ49.754525.454296.8985
Yxy25.45420.28910.1479
Hunter Lab50.452287.7404-78.5560
CIE-Lab57.515386.0893-65.6246

#df35ff color RGB value is (223,53,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 11111111
Octal 337 65 377
Decimal 223 53 255
Hex DF 35 FF

RGB Percentages of Color #df35ff

%42.00
%9.98
%48.02

CMYK Percentages of Color #df35ff

%13
%79
%0
%0

Triadic Colors of #df35ff

#df35ff #ffdf35 #35ffdf

Analogous Colors of #df35ff

#df35ff #ff35ba #7a35ff

Monochromatic Colors of #df35ff

#df35ff

Complementary Color

#df35ff #55ff35

#df35ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df35ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#df35ff Color CSS Codes

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

#df35ff Text Font Color

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

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


#df35ff Background Color

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

This div background color is #df35ff


#df35ff Border Color

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

This div border color is #df35ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df35ff

Related Colors


Comments

No comments written yet.

Please login to write comment.