Color Hex Logo

#f5408e Color Hex

#F5408E
(245,64,142)
0 Favorites   0 Comments

Color spaces of #f5408e

RGB 24564142
HSL0.930.900.61
HSV334°74°96°
CMYK 0.000.740.42   0.04
XYZ44.372125.032328.0842
Yxy25.03230.45520.2568
Hunter Lab50.032370.74971.7419
CIE-Lab57.106972.7610-1.2641

#f5408e color RGB value is (245,64,142).

#f5408e hex color red value is 245, green value is 64 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f5408e hue: 0.93 , saturation: 0.90 and the lightness value of f5408e is 0.61.

The process color (four color CMYK) of #f5408e color hex is 0.00, 0.74, 0.42, 0.04. Web safe color of #f5408e is #ff3399. Color #f5408e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000000 10001110
Octal 365 100 216
Decimal 245 64 142
Hex F5 40 8E

RGB Percentages of Color #f5408e

%54.32
%14.19
%31.49

CMYK Percentages of Color #f5408e

%0
%74
%42
%4

Triadic Colors of #f5408e

#f5408e #8ef540 #408ef5

Analogous Colors of #f5408e

#f5408e #f54c40 #f540e9

Monochromatic Colors of #f5408e

#f5408e

Complementary Color

#f5408e #40f5a7

#f5408e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5408e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5408e Color CSS Codes

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

#f5408e Text Font Color

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

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


#f5408e Background Color

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

This div background color is #f5408e


#f5408e Border Color

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

This div border color is #f5408e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5408e


Comments

No comments written yet.

Please login to write comment.