Color Hex Logo

#f5537a Color Hex

#F5537A
(245,83,122)
0 Favorites   0 Comments

Color spaces of #f5537a

RGB 24583122
HSL0.960.890.64
HSV346°66°96°
CMYK 0.000.660.50   0.04
XYZ44.262327.004121.2918
Yxy27.00410.47820.2918
Hunter Lab51.965561.100212.0830
CIE-Lab58.978164.375113.1864

#f5537a color RGB value is (245,83,122).

#f5537a hex color red value is 245, green value is 83 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #f5537a hue: 0.96 , saturation: 0.89 and the lightness value of f5537a is 0.64.

The process color (four color CMYK) of #f5537a color hex is 0.00, 0.66, 0.50, 0.04. Web safe color of #f5537a is #ff6666. Color #f5537a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010011 01111010
Octal 365 123 172
Decimal 245 83 122
Hex F5 53 7A

RGB Percentages of Color #f5537a

%54.44
%18.44
%27.11

CMYK Percentages of Color #f5537a

%0
%66
%50
%4

Triadic Colors of #f5537a

#f5537a #7af553 #537af5

Analogous Colors of #f5537a

#f5537a #f57d53 #f553cb

Monochromatic Colors of #f5537a

#f5537a

Complementary Color

#f5537a #53f5ce

#f5537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5537a Color CSS Codes

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

#f5537a Text Font Color

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

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


#f5537a Background Color

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

This div background color is #f5537a


#f5537a Border Color

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

This div border color is #f5537a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5537a

Related Colors


Comments

No comments written yet.

Please login to write comment.