Color Hex Logo

#f5125b Color Hex

#F5125B
(245,18,91)
0 Favorites   0 Comments

Color spaces of #f5125b

RGB 2451891
HSL0.950.920.52
HSV341°93°96°
CMYK 0.000.930.63   0.04
XYZ39.760820.600411.7782
Yxy20.60040.55120.2856
Hunter Lab45.387776.942316.3855
CIE-Lab52.509478.647122.8247

#f5125b color RGB value is (245,18,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010010 01011011
Octal 365 22 133
Decimal 245 18 91
Hex F5 12 5B

RGB Percentages of Color #f5125b

%69.21
%5.08
%25.71

CMYK Percentages of Color #f5125b

%0
%93
%63
%4

Triadic Colors of #f5125b

#f5125b #5bf512 #125bf5

Analogous Colors of #f5125b

#f5125b #f53b12 #f512cd

Monochromatic Colors of #f5125b

#f5125b

Complementary Color

#f5125b #12f5ac

#f5125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5125b Color CSS Codes

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

#f5125b Text Font Color

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

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


#f5125b Background Color

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

This div background color is #f5125b


#f5125b Border Color

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

This div border color is #f5125b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5125b


Comments

No comments written yet.

Please login to write comment.