Color Hex Logo

#f53bff Color Hex

#F53BFF
(245,59,255)
0 Favorites   0 Comments

Color spaces of #f53bff

RGB 24559255
HSL0.821.000.62
HSV297°77°100°
CMYK 0.040.770.00   0.00
XYZ57.270229.760497.3336
Yxy29.76040.31060.1614
Hunter Lab54.553191.9226-67.5980
CIE-Lab61.446988.4890-59.1335

#f53bff color RGB value is (245,59,255).

#f53bff hex color red value is 245, green value is 59 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f53bff hue: 0.82 , saturation: 1.00 and the lightness value of f53bff is 0.62.

The process color (four color CMYK) of #f53bff color hex is 0.04, 0.77, 0.00, 0.00. Web safe color of #f53bff is #ff33ff. Color #f53bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111011 11111111
Octal 365 73 377
Decimal 245 59 255
Hex F5 3B FF

RGB Percentages of Color #f53bff

%43.83
%10.55
%45.62

CMYK Percentages of Color #f53bff

%4
%77
%0
%0

Triadic Colors of #f53bff

#f53bff #fff53b #3bfff5

Analogous Colors of #f53bff

#f53bff #ff3ba7 #933bff

Monochromatic Colors of #f53bff

#f53bff

Complementary Color

#f53bff #45ff3b

#f53bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53bff Color CSS Codes

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

#f53bff Text Font Color

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

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


#f53bff Background Color

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

This div background color is #f53bff


#f53bff Border Color

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

This div border color is #f53bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53bff

Related Colors

#f53bff Color Palettes


Comments

No comments written yet.

Please login to write comment.