Color Hex Logo

#f51974 Color Hex

#F51974
(245,25,116)
0 Favorites   0 Comments

Color spaces of #f51974

RGB 24525116
HSL0.930.920.53
HSV335°90°96°
CMYK 0.000.900.53   0.04
XYZ41.156221.368718.4784
Yxy21.36870.50810.2638
Hunter Lab46.226378.02618.6579
CIE-Lab53.350779.34508.8403

#f51974 color RGB value is (245,25,116).

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

The process color (four color CMYK) of #f51974 color hex is 0.00, 0.90, 0.53, 0.04. Web safe color of #f51974 is #ff0066. Color #f51974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00011001 01110100
Octal 365 31 164
Decimal 245 25 116
Hex F5 19 74

RGB Percentages of Color #f51974

%63.47
%6.48
%30.05

CMYK Percentages of Color #f51974

%0
%90
%53
%4

Triadic Colors of #f51974

#f51974 #74f519 #1974f5

Analogous Colors of #f51974

#f51974 #f52c19 #f519e2

Monochromatic Colors of #f51974

#f51974

Complementary Color

#f51974 #19f59a

#f51974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f51974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f51974 Color CSS Codes

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

#f51974 Text Font Color

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

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


#f51974 Background Color

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

This div background color is #f51974


#f51974 Border Color

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

This div border color is #f51974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f51974


Comments

No comments written yet.

Please login to write comment.