Color Hex Logo

#f58ebc Color Hex

#F58EBC
(245,142,188)
0 Favorites   0 Comments

Color spaces of #f58ebc

RGB 245142188
HSL0.930.840.76
HSV333°42°96°
CMYK 0.000.420.23   0.04
XYZ56.406342.389352.7860
Yxy42.38930.37210.2796
Hunter Lab65.107140.7083-2.4948
CIE-Lab71.138544.5808-6.8757

#f58ebc color RGB value is (245,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001110 10111100
Octal 365 216 274
Decimal 245 142 188
Hex F5 8E BC

RGB Percentages of Color #f58ebc

%42.61
%24.70
%32.70

CMYK Percentages of Color #f58ebc

%0
%42
%23
%4

Triadic Colors of #f58ebc

#f58ebc #bcf58e #8ebcf5

Analogous Colors of #f58ebc

#f58ebc #f5948e #f58ef0

Monochromatic Colors of #f58ebc

#f58ebc

Complementary Color

#f58ebc #8ef5c7

#f58ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58ebc Color CSS Codes

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

#f58ebc Text Font Color

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

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


#f58ebc Background Color

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

This div background color is #f58ebc


#f58ebc Border Color

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

This div border color is #f58ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58ebc


Comments

No comments written yet.

Please login to write comment.