Color Hex Logo

#f537fd Color Hex

#F537FD
(245,55,253)
0 Favorites   0 Comments

Color spaces of #f537fd

RGB 24555253
HSL0.830.980.60
HSV298°78°99°
CMYK 0.030.780.00   0.01
XYZ56.752029.236795.5806
Yxy29.23670.31260.1610
Hunter Lab54.071092.7265-66.9565
CIE-Lab60.990089.1811-58.7577

#f537fd color RGB value is (245,55,253).

#f537fd hex color red value is 245, green value is 55 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f537fd hue: 0.83 , saturation: 0.98 and the lightness value of f537fd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110111 11111101
Octal 365 67 375
Decimal 245 55 253
Hex F5 37 FD

RGB Percentages of Color #f537fd

%44.30
%9.95
%45.75

CMYK Percentages of Color #f537fd

%3
%78
%0
%1

Triadic Colors of #f537fd

#f537fd #fdf537 #37fdf5

Analogous Colors of #f537fd

#f537fd #fd37a2 #9237fd

Monochromatic Colors of #f537fd

#f537fd

Complementary Color

#f537fd #3ffd37

#f537fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f537fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f537fd Color CSS Codes

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

#f537fd Text Font Color

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

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


#f537fd Background Color

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

This div background color is #f537fd


#f537fd Border Color

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

This div border color is #f537fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f537fd


Comments

No comments written yet.

Please login to write comment.