Color Hex Logo

#f51579 Color Hex

#F51579
(245,21,121)
0 Favorites   0 Comments

Color spaces of #f51579

RGB 24521121
HSL0.930.920.52
HSV333°91°96°
CMYK 0.000.910.51   0.04
XYZ41.375521.329320.0254
Yxy21.32930.50010.2578
Hunter Lab46.183779.09516.6202
CIE-Lab53.308080.19955.7591

#f51579 color RGB value is (245,21,121).

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

The process color (four color CMYK) of #f51579 color hex is 0.00, 0.91, 0.51, 0.04. Web safe color of #f51579 is #ff0066. Color #f51579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00010101 01111001
Octal 365 25 171
Decimal 245 21 121
Hex F5 15 79

RGB Percentages of Color #f51579

%63.31
%5.43
%31.27

CMYK Percentages of Color #f51579

%0
%91
%51
%4

Triadic Colors of #f51579

#f51579 #79f515 #1579f5

Analogous Colors of #f51579

#f51579 #f52115 #f515e9

Monochromatic Colors of #f51579

#f51579

Complementary Color

#f51579 #15f591

#f51579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51579 Color CSS Codes

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

#f51579 Text Font Color

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

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


#f51579 Background Color

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

This div background color is #f51579


#f51579 Border Color

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

This div border color is #f51579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51579


Comments

No comments written yet.

Please login to write comment.