Color Hex Logo

#f5085e Color Hex

#F5085E
(245,8,94)
0 Favorites   0 Comments

Color spaces of #f5085e

RGB 245894
HSL0.940.940.50
HSV338°97°96°
CMYK 0.000.970.62   0.04
XYZ39.763420.394312.4304
Yxy20.39430.54780.2810
Hunter Lab45.160078.139115.2923
CIE-Lab52.280179.643320.7020

#f5085e color RGB value is (245,8,94).

#f5085e hex color red value is 245, green value is 8 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f5085e hue: 0.94 , saturation: 0.94 and the lightness value of f5085e is 0.50.

The process color (four color CMYK) of #f5085e color hex is 0.00, 0.97, 0.62, 0.04. Web safe color of #f5085e is #ff0066. Color #f5085e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001000 01011110
Octal 365 10 136
Decimal 245 8 94
Hex F5 8 5E

RGB Percentages of Color #f5085e

%70.61
%2.31
%27.09

CMYK Percentages of Color #f5085e

%0
%97
%62
%4

Triadic Colors of #f5085e

#f5085e #5ef508 #085ef5

Analogous Colors of #f5085e

#f5085e #f52808 #f508d5

Monochromatic Colors of #f5085e

#f5085e

Complementary Color

#f5085e #08f59f

#f5085e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5085e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5085e Color CSS Codes

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

#f5085e Text Font Color

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

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


#f5085e Background Color

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

This div background color is #f5085e


#f5085e Border Color

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

This div border color is #f5085e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5085e


Comments

No comments written yet.

Please login to write comment.