Color Hex Logo

#f5145a Color Hex

#F5145A
(245,20,90)
0 Favorites   0 Comments

Color spaces of #f5145a

RGB 2452090
HSL0.950.920.52
HSV341°92°96°
CMYK 0.000.920.63   0.04
XYZ39.751820.651011.5637
Yxy20.65100.55240.2870
Hunter Lab45.443476.617816.7232
CIE-Lab52.565478.377323.5034

#f5145a color RGB value is (245,20,90).

#f5145a hex color red value is 245, green value is 20 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #f5145a hue: 0.95 , saturation: 0.92 and the lightness value of f5145a is 0.52.

The process color (four color CMYK) of #f5145a color hex is 0.00, 0.92, 0.63, 0.04. Web safe color of #f5145a is #ff0066. Color #f5145a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010100 01011010
Octal 365 24 132
Decimal 245 20 90
Hex F5 14 5A

RGB Percentages of Color #f5145a

%69.01
%5.63
%25.35

CMYK Percentages of Color #f5145a

%0
%92
%63
%4

Triadic Colors of #f5145a

#f5145a #5af514 #145af5

Analogous Colors of #f5145a

#f5145a #f53e14 #f514cb

Monochromatic Colors of #f5145a

#f5145a

Complementary Color

#f5145a #14f5af

#f5145a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5145a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5145a Color CSS Codes

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

#f5145a Text Font Color

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

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


#f5145a Background Color

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

This div background color is #f5145a


#f5145a Border Color

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

This div border color is #f5145a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5145a


Comments

No comments written yet.

Please login to write comment.