Color Hex Logo

#ff53df Color Hex

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

Color spaces of #ff53df

RGB 25583223
HSL0.861.000.66
HSV311°67°100°
CMYK 0.000.670.13   0.00
XYZ57.652532.774273.0995
Yxy32.77420.35260.2004
Hunter Lab57.248879.5735-35.6318
CIE-Lab63.977778.5183-37.2325

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

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

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

Base Numbers

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

RGB Percentages of Color #ff53df

%45.45
%14.80
%39.75

CMYK Percentages of Color #ff53df

%0
%67
%13
%0

Triadic Colors of #ff53df

#ff53df #dfff53 #53dfff

Analogous Colors of #ff53df

#ff53df #ff5389 #c953ff

Monochromatic Colors of #ff53df

#ff53df

Complementary Color

#ff53df #53ff73

#ff53df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff53df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff53df Color CSS Codes

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

#ff53df Text Font Color

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

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


#ff53df Background Color

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

This div background color is #ff53df


#ff53df Border Color

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

This div border color is #ff53df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff53df


Comments

No comments written yet.

Please login to write comment.