Color Hex Logo

#f5898a Color Hex

#F5898A
(245,137,138)
0 Favorites   0 Comments

Color spaces of #f5898a

RGB 245137138
HSL1.000.840.75
HSV359°44°96°
CMYK 0.000.440.44   0.04
XYZ51.189339.138828.9013
Yxy39.13880.42930.3283
Hunter Lab62.561036.572316.4025
CIE-Lab68.851741.062417.7627

#f5898a color RGB value is (245,137,138).

#f5898a hex color red value is 245, green value is 137 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #f5898a hue: 1.00 , saturation: 0.84 and the lightness value of f5898a is 0.75.

The process color (four color CMYK) of #f5898a color hex is 0.00, 0.44, 0.44, 0.04. Web safe color of #f5898a is #ff9999. Color #f5898a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001001 10001010
Octal 365 211 212
Decimal 245 137 138
Hex F5 89 8A

RGB Percentages of Color #f5898a

%47.12
%26.35
%26.54

CMYK Percentages of Color #f5898a

%0
%44
%44
%4

Triadic Colors of #f5898a

#f5898a #8af589 #898af5

Analogous Colors of #f5898a

#f5898a #f5be89 #f589c0

Monochromatic Colors of #f5898a

#f5898a

Complementary Color

#f5898a #89f5f4

#f5898a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5898a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5898a Color CSS Codes

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

#f5898a Text Font Color

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

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


#f5898a Background Color

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

This div background color is #f5898a


#f5898a Border Color

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

This div border color is #f5898a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5898a


Comments

No comments written yet.

Please login to write comment.