Color Hex Logo

#f53ffc Color Hex

#F53FFC
(245,63,252)
0 Favorites   0 Comments

Color spaces of #f53ffc

RGB 24563252
HSL0.830.970.62
HSV298°75°99°
CMYK 0.030.750.00   0.01
XYZ57.004429.995894.8808
Yxy29.99580.31340.1649
Hunter Lab54.768489.9427-64.3761
CIE-Lab61.650686.9568-57.1502

#f53ffc color RGB value is (245,63,252).

#f53ffc hex color red value is 245, green value is 63 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f53ffc hue: 0.83 , saturation: 0.97 and the lightness value of f53ffc is 0.62.

The process color (four color CMYK) of #f53ffc color hex is 0.03, 0.75, 0.00, 0.01. Web safe color of #f53ffc is #ff33ff. Color #f53ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111111 11111100
Octal 365 77 374
Decimal 245 63 252
Hex F5 3F FC

RGB Percentages of Color #f53ffc

%43.75
%11.25
%45.00

CMYK Percentages of Color #f53ffc

%3
%75
%0
%1

Triadic Colors of #f53ffc

#f53ffc #fcf53f #3ffcf5

Analogous Colors of #f53ffc

#f53ffc #fc3fa5 #973ffc

Monochromatic Colors of #f53ffc

#f53ffc

Complementary Color

#f53ffc #46fc3f

#f53ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53ffc Color CSS Codes

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

#f53ffc Text Font Color

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

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


#f53ffc Background Color

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

This div background color is #f53ffc


#f53ffc Border Color

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

This div border color is #f53ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,63,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.