Color Hex Logo

#f58ebd Color Hex

#F58EBD
(245,142,189)
0 Favorites   0 Comments

Color spaces of #f58ebd

RGB 245142189
HSL0.920.840.76
HSV333°42°96°
CMYK 0.000.420.23   0.04
XYZ56.514542.432653.3558
Yxy42.43260.37110.2786
Hunter Lab65.140340.8677-2.9657
CIE-Lab71.168244.7214-7.3879

#f58ebd color RGB value is (245,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001110 10111101
Octal 365 216 275
Decimal 245 142 189
Hex F5 8E BD

RGB Percentages of Color #f58ebd

%42.53
%24.65
%32.81

CMYK Percentages of Color #f58ebd

%0
%42
%23
%4

Triadic Colors of #f58ebd

#f58ebd #bdf58e #8ebdf5

Analogous Colors of #f58ebd

#f58ebd #f5938e #f58ef1

Monochromatic Colors of #f58ebd

#f58ebd

Complementary Color

#f58ebd #8ef5c6

#f58ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58ebd Color CSS Codes

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

#f58ebd Text Font Color

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

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


#f58ebd Background Color

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

This div background color is #f58ebd


#f58ebd Border Color

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

This div border color is #f58ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58ebd


Comments

No comments written yet.

Please login to write comment.