Color Hex Logo

#f5094e Color Hex

#F5094E
(245,9,78)
0 Favorites   0 Comments

Color spaces of #f5094e

RGB 245978
HSL0.950.930.50
HSV342°96°96°
CMYK 0.000.960.68   0.04
XYZ39.129020.15799.0363
Yxy20.15790.57270.2950
Hunter Lab44.897676.995219.4953
CIE-Lab52.015378.785530.0295

#f5094e color RGB value is (245,9,78).

#f5094e hex color red value is 245, green value is 9 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f5094e hue: 0.95 , saturation: 0.93 and the lightness value of f5094e is 0.50.

The process color (four color CMYK) of #f5094e color hex is 0.00, 0.96, 0.68, 0.04. Web safe color of #f5094e is #ff0066. Color #f5094e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001001 01001110
Octal 365 11 116
Decimal 245 9 78
Hex F5 9 4E

RGB Percentages of Color #f5094e

%73.80
%2.71
%23.49

CMYK Percentages of Color #f5094e

%0
%96
%68
%4

Triadic Colors of #f5094e

#f5094e #4ef509 #094ef5

Analogous Colors of #f5094e

#f5094e #f53a09 #f509c4

Monochromatic Colors of #f5094e

#f5094e

Complementary Color

#f5094e #09f5b0

#f5094e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5094e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5094e Color CSS Codes

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

#f5094e Text Font Color

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

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


#f5094e Background Color

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

This div background color is #f5094e


#f5094e Border Color

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

This div border color is #f5094e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5094e

Related Colors


Comments

No comments written yet.

Please login to write comment.