Color Hex Logo

#f5899e Color Hex

#F5899E
(245,137,158)
0 Favorites   0 Comments

Color spaces of #f5899e

RGB 245137158
HSL0.970.840.75
HSV348°44°96°
CMYK 0.000.440.36   0.04
XYZ52.773439.772437.2431
Yxy39.77240.40660.3064
Hunter Lab63.065439.00539.1322
CIE-Lab69.307143.25317.2110

#f5899e color RGB value is (245,137,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001001 10011110
Octal 365 211 236
Decimal 245 137 158
Hex F5 89 9E

RGB Percentages of Color #f5899e

%45.37
%25.37
%29.26

CMYK Percentages of Color #f5899e

%0
%44
%36
%4

Triadic Colors of #f5899e

#f5899e #9ef589 #899ef5

Analogous Colors of #f5899e

#f5899e #f5aa89 #f589d4

Monochromatic Colors of #f5899e

#f5899e

Complementary Color

#f5899e #89f5e0

#f5899e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5899e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5899e Color CSS Codes

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

#f5899e Text Font Color

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

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


#f5899e Background Color

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

This div background color is #f5899e


#f5899e Border Color

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

This div border color is #f5899e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5899e


Comments

No comments written yet.

Please login to write comment.