Color Hex Logo

#f54687 Color Hex

#F54687
(245,70,135)
0 Favorites   0 Comments

Color spaces of #f54687

RGB 24570135
HSL0.940.900.62
HSV338°71°96°
CMYK 0.000.710.45   0.04
XYZ44.219525.542125.5212
Yxy25.54210.46410.2681
Hunter Lab50.539267.73585.4373
CIE-Lab57.599870.19103.5829

#f54687 color RGB value is (245,70,135).

#f54687 hex color red value is 245, green value is 70 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #f54687 hue: 0.94 , saturation: 0.90 and the lightness value of f54687 is 0.62.

The process color (four color CMYK) of #f54687 color hex is 0.00, 0.71, 0.45, 0.04. Web safe color of #f54687 is #ff3399. Color #f54687 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000110 10000111
Octal 365 106 207
Decimal 245 70 135
Hex F5 46 87

RGB Percentages of Color #f54687

%54.44
%15.56
%30.00

CMYK Percentages of Color #f54687

%0
%71
%45
%4

Triadic Colors of #f54687

#f54687 #87f546 #4687f5

Analogous Colors of #f54687

#f54687 #f55d46 #f546df

Monochromatic Colors of #f54687

#f54687

Complementary Color

#f54687 #46f5b4

#f54687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f54687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f54687 Color CSS Codes

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

#f54687 Text Font Color

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

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


#f54687 Background Color

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

This div background color is #f54687


#f54687 Border Color

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

This div border color is #f54687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f54687


Comments

No comments written yet.

Please login to write comment.