Color Hex Logo

#ff53ff Color Hex

#FF53FF
(255,83,255)
0 Favorites   0 Comments

Color spaces of #ff53ff

RGB 25583255
HSL0.831.000.66
HSV300°67°100°
CMYK 0.000.670.00   0.00
XYZ62.383334.666598.0111
Yxy34.66650.31980.1777
Hunter Lab58.878386.0892-57.4817
CIE-Lab65.488283.2814-52.6118

#ff53ff color RGB value is (255,83,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010011 11111111
Octal 377 123 377
Decimal 255 83 255
Hex FF 53 FF

RGB Percentages of Color #ff53ff

%43.00
%14.00
%43.00

CMYK Percentages of Color #ff53ff

%0
%67
%0
%0

Triadic Colors of #ff53ff

#ff53ff #ffff53 #53ffff

Analogous Colors of #ff53ff

#ff53ff #ff53a9 #a953ff

Monochromatic Colors of #ff53ff

#ff53ff

Complementary Color

#ff53ff #53ff53

#ff53ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff53ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff53ff Color CSS Codes

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

#ff53ff Text Font Color

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

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


#ff53ff Background Color

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

This div background color is #ff53ff


#ff53ff Border Color

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

This div border color is #ff53ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff53ff

Related Colors


Comments

No comments written yet.

Please login to write comment.