Color Hex Logo

#f58aab Color Hex

#F58AAB
(245,138,171)
0 Favorites   0 Comments

Color spaces of #f58aab

RGB 245138171
HSL0.950.840.75
HSV341°44°96°
CMYK 0.000.440.30   0.04
XYZ54.095440.529743.5000
Yxy40.52970.39160.2934
Hunter Lab63.662940.26414.0520
CIE-Lab69.845244.33730.7077

#f58aab color RGB value is (245,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001010 10101011
Octal 365 212 253
Decimal 245 138 171
Hex F5 8A AB

RGB Percentages of Color #f58aab

%44.22
%24.91
%30.87

CMYK Percentages of Color #f58aab

%0
%44
%30
%4

Triadic Colors of #f58aab

#f58aab #abf58a #8aabf5

Analogous Colors of #f58aab

#f58aab #f59f8a #f58ae1

Monochromatic Colors of #f58aab

#f58aab

Complementary Color

#f58aab #8af5d4

#f58aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58aab Color CSS Codes

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

#f58aab Text Font Color

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

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


#f58aab Background Color

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

This div background color is #f58aab


#f58aab Border Color

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

This div border color is #f58aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58aab


Comments

No comments written yet.

Please login to write comment.