Color Hex Logo

#f58abb Color Hex

#F58ABB
(245,138,187)
0 Favorites   0 Comments

Color spaces of #f58abb

RGB 245138187
HSL0.920.840.75
HSV333°44°96°
CMYK 0.000.440.24   0.04
XYZ55.714341.177352.0253
Yxy41.17730.37410.2765
Hunter Lab64.169542.6834-3.1505
CIE-Lab70.300046.4698-7.5631

#f58abb color RGB value is (245,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001010 10111011
Octal 365 212 273
Decimal 245 138 187
Hex F5 8A BB

RGB Percentages of Color #f58abb

%42.98
%24.21
%32.81

CMYK Percentages of Color #f58abb

%0
%44
%24
%4

Triadic Colors of #f58abb

#f58abb #bbf58a #8abbf5

Analogous Colors of #f58abb

#f58abb #f58f8a #f58af1

Monochromatic Colors of #f58abb

#f58abb

Complementary Color

#f58abb #8af5c4

#f58abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58abb Color CSS Codes

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

#f58abb Text Font Color

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

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


#f58abb Background Color

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

This div background color is #f58abb


#f58abb Border Color

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

This div border color is #f58abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58abb


Comments

No comments written yet.

Please login to write comment.