Color Hex Logo

#f5377c Color Hex

#F5377C
(245,55,124)
0 Favorites   0 Comments

Color spaces of #f5377c

RGB 24555124
HSL0.940.900.59
HSV338°78°96°
CMYK 0.000.780.49   0.04
XYZ42.660523.600121.3756
Yxy23.60010.48680.2693
Hunter Lab48.579971.73507.9178
CIE-Lab55.685273.83637.3568

#f5377c color RGB value is (245,55,124).

#f5377c hex color red value is 245, green value is 55 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #f5377c hue: 0.94 , saturation: 0.90 and the lightness value of f5377c is 0.59.

The process color (four color CMYK) of #f5377c color hex is 0.00, 0.78, 0.49, 0.04. Web safe color of #f5377c is #ff3366. Color #f5377c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110111 01111100
Octal 365 67 174
Decimal 245 55 124
Hex F5 37 7C

RGB Percentages of Color #f5377c

%57.78
%12.97
%29.25

CMYK Percentages of Color #f5377c

%0
%78
%49
%4

Triadic Colors of #f5377c

#f5377c #7cf537 #377cf5

Analogous Colors of #f5377c

#f5377c #f55137 #f537db

Monochromatic Colors of #f5377c

#f5377c

Complementary Color

#f5377c #37f5b0

#f5377c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5377c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5377c Color CSS Codes

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

#f5377c Text Font Color

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

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


#f5377c Background Color

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

This div background color is #f5377c


#f5377c Border Color

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

This div border color is #f5377c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5377c


Comments

No comments written yet.

Please login to write comment.