Color Hex Logo

#df35fd Color Hex

#DF35FD
(223,53,253)
0 Favorites   0 Comments

Color spaces of #df35fd

RGB 22353253
HSL0.810.980.60
HSV291°79°99°
CMYK 0.120.790.00   0.01
XYZ49.434225.326095.2114
Yxy25.32600.29080.1490
Hunter Lab50.324987.2719-76.9452
CIE-Lab57.391785.7556-64.7147

#df35fd color RGB value is (223,53,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110101 11111101
Octal 337 65 375
Decimal 223 53 253
Hex DF 35 FD

RGB Percentages of Color #df35fd

%42.16
%10.02
%47.83

CMYK Percentages of Color #df35fd

%12
%79
%0
%1

Triadic Colors of #df35fd

#df35fd #fddf35 #35fddf

Analogous Colors of #df35fd

#df35fd #fd35b7 #7b35fd

Monochromatic Colors of #df35fd

#df35fd

Complementary Color

#df35fd #53fd35

#df35fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df35fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df35fd Color CSS Codes

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

#df35fd Text Font Color

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

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


#df35fd Background Color

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

This div background color is #df35fd


#df35fd Border Color

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

This div border color is #df35fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df35fd


Comments

No comments written yet.

Please login to write comment.