Color Hex Logo

#ff53fd Color Hex

#FF53FD
(255,83,253)
0 Favorites   0 Comments

Color spaces of #ff53fd

RGB 25583253
HSL0.841.000.66
HSV301°67°100°
CMYK 0.000.670.01   0.00
XYZ62.062934.538496.3240
Yxy34.53840.32170.1790
Hunter Lab58.769485.6570-56.0387
CIE-Lab65.387782.9694-51.6706

#ff53fd color RGB value is (255,83,253).

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

The process color (four color CMYK) of #ff53fd color hex is 0.00, 0.67, 0.01, 0.00. Web safe color of #ff53fd is #ff66ff. Color #ff53fd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010011 11111101
Octal 377 123 375
Decimal 255 83 253
Hex FF 53 FD

RGB Percentages of Color #ff53fd

%43.15
%14.04
%42.81

CMYK Percentages of Color #ff53fd

%0
%67
%1
%0

Triadic Colors of #ff53fd

#ff53fd #fdff53 #53fdff

Analogous Colors of #ff53fd

#ff53fd #ff53a7 #ab53ff

Monochromatic Colors of #ff53fd

#ff53fd

Complementary Color

#ff53fd #53ff55

#ff53fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff53fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff53fd Color CSS Codes

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

#ff53fd Text Font Color

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

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


#ff53fd Background Color

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

This div background color is #ff53fd


#ff53fd Border Color

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

This div border color is #ff53fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff53fd


Comments

No comments written yet.

Please login to write comment.