Color Hex Logo

#f5487f Color Hex

#F5487F
(245,72,127)
0 Favorites   0 Comments

Color spaces of #f5487f

RGB 24572127
HSL0.950.900.62
HSV341°71°96°
CMYK 0.000.710.48   0.04
XYZ43.804325.579522.7073
Yxy25.57950.47570.2778
Hunter Lab50.576266.09158.7838
CIE-Lab57.635768.81988.3544

#f5487f color RGB value is (245,72,127).

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

The process color (four color CMYK) of #f5487f color hex is 0.00, 0.71, 0.48, 0.04. Web safe color of #f5487f is #ff3366. Color #f5487f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01001000 01111111
Octal 365 110 177
Decimal 245 72 127
Hex F5 48 7F

RGB Percentages of Color #f5487f

%55.18
%16.22
%28.60

CMYK Percentages of Color #f5487f

%0
%71
%48
%4

Triadic Colors of #f5487f

#f5487f #7ff548 #487ff5

Analogous Colors of #f5487f

#f5487f #f56848 #f548d6

Monochromatic Colors of #f5487f

#f5487f

Complementary Color

#f5487f #48f5be

#f5487f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5487f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5487f Color CSS Codes

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

#f5487f Text Font Color

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

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


#f5487f Background Color

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

This div background color is #f5487f


#f5487f Border Color

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

This div border color is #f5487f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5487f


Comments

No comments written yet.

Please login to write comment.