Color Hex Logo

#f5109e Color Hex

#F5109E
(245,16,158)
0 Favorites   0 Comments

Color spaces of #f5109e

RGB 24516158
HSL0.900.920.51
HSV323°93°96°
CMYK 0.000.930.36   0.04
XYZ44.013022.251734.3230
Yxy22.25170.43760.2212
Hunter Lab47.171783.9968-10.1203
CIE-Lab54.293183.8404-14.9198

#f5109e color RGB value is (245,16,158).

#f5109e hex color red value is 245, green value is 16 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f5109e hue: 0.90 , saturation: 0.92 and the lightness value of f5109e is 0.51.

The process color (four color CMYK) of #f5109e color hex is 0.00, 0.93, 0.36, 0.04. Web safe color of #f5109e is #ff0099. Color #f5109e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010000 10011110
Octal 365 20 236
Decimal 245 16 158
Hex F5 10 9E

RGB Percentages of Color #f5109e

%58.47
%3.82
%37.71

CMYK Percentages of Color #f5109e

%0
%93
%36
%4

Triadic Colors of #f5109e

#f5109e #9ef510 #109ef5

Analogous Colors of #f5109e

#f5109e #f5102b #da10f5

Monochromatic Colors of #f5109e

#f5109e

Complementary Color

#f5109e #10f567

#f5109e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5109e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5109e Color CSS Codes

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

#f5109e Text Font Color

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

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


#f5109e Background Color

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

This div background color is #f5109e


#f5109e Border Color

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

This div border color is #f5109e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5109e


Comments

No comments written yet.

Please login to write comment.