Color Hex Logo

#f58ebb Color Hex

#F58EBB
(245,142,187)
0 Favorites   0 Comments

Color spaces of #f58ebb

RGB 245142187
HSL0.930.840.76
HSV334°42°96°
CMYK 0.000.420.24   0.04
XYZ56.298842.346352.2201
Yxy42.34630.37320.2807
Hunter Lab65.074040.5497-2.0267
CIE-Lab71.109044.4407-6.3630

#f58ebb color RGB value is (245,142,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001110 10111011
Octal 365 216 273
Decimal 245 142 187
Hex F5 8E BB

RGB Percentages of Color #f58ebb

%42.68
%24.74
%32.58

CMYK Percentages of Color #f58ebb

%0
%42
%24
%4

Triadic Colors of #f58ebb

#f58ebb #bbf58e #8ebbf5

Analogous Colors of #f58ebb

#f58ebb #f5958e #f58eef

Monochromatic Colors of #f58ebb

#f58ebb

Complementary Color

#f58ebb #8ef5c8

#f58ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58ebb Color CSS Codes

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

#f58ebb Text Font Color

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

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


#f58ebb Background Color

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

This div background color is #f58ebb


#f58ebb Border Color

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

This div border color is #f58ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,142,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 #f58ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58ebb


Comments

No comments written yet.

Please login to write comment.