Color Hex Logo

#f5377d Color Hex

#F5377D
(245,55,125)
0 Favorites   0 Comments

Color spaces of #f5377d

RGB 24555125
HSL0.940.900.59
HSV338°78°96°
CMYK 0.000.780.49   0.04
XYZ42.724023.625521.7104
Yxy23.62550.48520.2683
Hunter Lab48.606171.83827.5418
CIE-Lab55.710973.91536.7974

#f5377d color RGB value is (245,55,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110111 01111101
Octal 365 67 175
Decimal 245 55 125
Hex F5 37 7D

RGB Percentages of Color #f5377d

%57.65
%12.94
%29.41

CMYK Percentages of Color #f5377d

%0
%78
%49
%4

Triadic Colors of #f5377d

#f5377d #7df537 #377df5

Analogous Colors of #f5377d

#f5377d #f55037 #f537dc

Monochromatic Colors of #f5377d

#f5377d

Complementary Color

#f5377d #37f5af

#f5377d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5377d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5377d Color CSS Codes

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

#f5377d Text Font Color

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

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


#f5377d Background Color

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

This div background color is #f5377d


#f5377d Border Color

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

This div border color is #f5377d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5377d


Comments

No comments written yet.

Please login to write comment.