Color Hex Logo

#f58ab9 Color Hex

#F58AB9
(245,138,185)
0 Favorites   0 Comments

Color spaces of #f58ab9

RGB 245138185
HSL0.930.840.75
HSV334°44°96°
CMYK 0.000.440.24   0.04
XYZ55.501641.092250.9053
Yxy41.09220.37630.2786
Hunter Lab64.103242.3676-2.2108
CIE-Lab70.240546.1931-6.5355

#f58ab9 color RGB value is (245,138,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001010 10111001
Octal 365 212 271
Decimal 245 138 185
Hex F5 8A B9

RGB Percentages of Color #f58ab9

%43.13
%24.30
%32.57

CMYK Percentages of Color #f58ab9

%0
%44
%24
%4

Triadic Colors of #f58ab9

#f58ab9 #b9f58a #8ab9f5

Analogous Colors of #f58ab9

#f58ab9 #f5918a #f58aef

Monochromatic Colors of #f58ab9

#f58ab9

Complementary Color

#f58ab9 #8af5c6

#f58ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58ab9 Color CSS Codes

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

#f58ab9 Text Font Color

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

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


#f58ab9 Background Color

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

This div background color is #f58ab9


#f58ab9 Border Color

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

This div border color is #f58ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58ab9


Comments

No comments written yet.

Please login to write comment.