Color Hex Logo

#f5049d Color Hex

#F5049D
(245,4,157)
0 Favorites   0 Comments

Color spaces of #f5049d

RGB 2454157
HSL0.890.970.49
HSV322°98°96°
CMYK 0.000.980.36   0.04
XYZ43.785421.933633.8242
Yxy21.93360.43990.2203
Hunter Lab46.833384.9249-10.0374
CIE-Lab53.956584.6232-14.8375

#f5049d color RGB value is (245,4,157).

#f5049d hex color red value is 245, green value is 4 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f5049d hue: 0.89 , saturation: 0.97 and the lightness value of f5049d is 0.49.

The process color (four color CMYK) of #f5049d color hex is 0.00, 0.98, 0.36, 0.04. Web safe color of #f5049d is #ff0099. Color #f5049d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000100 10011101
Octal 365 4 235
Decimal 245 4 157
Hex F5 4 9D

RGB Percentages of Color #f5049d

%60.34
%0.99
%38.67

CMYK Percentages of Color #f5049d

%0
%98
%36
%4

Triadic Colors of #f5049d

#f5049d #9df504 #049df5

Analogous Colors of #f5049d

#f5049d #f50424 #d504f5

Monochromatic Colors of #f5049d

#f5049d

Complementary Color

#f5049d #04f55c

#f5049d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5049d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5049d Color CSS Codes

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

#f5049d Text Font Color

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

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


#f5049d Background Color

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

This div background color is #f5049d


#f5049d Border Color

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

This div border color is #f5049d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5049d


Comments

No comments written yet.

Please login to write comment.