Color Hex Logo

#f53074 Color Hex

#F53074
(245,48,116)
0 Favorites   0 Comments

Color spaces of #f53074

RGB 24548116
HSL0.940.910.57
HSV339°80°96°
CMYK 0.000.800.53   0.04
XYZ41.865522.787318.7148
Yxy22.78730.50220.2733
Hunter Lab47.736073.010110.1707
CIE-Lab54.852675.032010.9595

#f53074 color RGB value is (245,48,116).

#f53074 hex color red value is 245, green value is 48 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #f53074 hue: 0.94 , saturation: 0.91 and the lightness value of f53074 is 0.57.

The process color (four color CMYK) of #f53074 color hex is 0.00, 0.80, 0.53, 0.04. Web safe color of #f53074 is #ff3366. Color #f53074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110000 01110100
Octal 365 60 164
Decimal 245 48 116
Hex F5 30 74

RGB Percentages of Color #f53074

%59.90
%11.74
%28.36

CMYK Percentages of Color #f53074

%0
%80
%53
%4

Triadic Colors of #f53074

#f53074 #74f530 #3074f5

Analogous Colors of #f53074

#f53074 #f54e30 #f530d7

Monochromatic Colors of #f53074

#f53074

Complementary Color

#f53074 #30f5b1

#f53074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53074 Color CSS Codes

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

#f53074 Text Font Color

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

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


#f53074 Background Color

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

This div background color is #f53074


#f53074 Border Color

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

This div border color is #f53074


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,48,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 #f53074">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53074


Comments

No comments written yet.

Please login to write comment.