Color Hex Logo

#f58eaf Color Hex

#F58EAF
(245,142,175)
0 Favorites   0 Comments

Color spaces of #f58eaf

RGB 245142175
HSL0.950.840.76
HSV341°42°96°
CMYK 0.000.420.29   0.04
XYZ55.067141.853645.7336
Yxy41.85360.38600.2934
Hunter Lab64.694438.72203.3729
CIE-Lab70.769942.8178-0.1772

#f58eaf color RGB value is (245,142,175).

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

The process color (four color CMYK) of #f58eaf color hex is 0.00, 0.42, 0.29, 0.04. Web safe color of #f58eaf is #ff9999. Color #f58eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001110 10101111
Octal 365 216 257
Decimal 245 142 175
Hex F5 8E AF

RGB Percentages of Color #f58eaf

%43.59
%25.27
%31.14

CMYK Percentages of Color #f58eaf

%0
%42
%29
%4

Triadic Colors of #f58eaf

#f58eaf #aff58e #8eaff5

Analogous Colors of #f58eaf

#f58eaf #f5a18e #f58ee3

Monochromatic Colors of #f58eaf

#f58eaf

Complementary Color

#f58eaf #8ef5d4

#f58eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58eaf Color CSS Codes

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

#f58eaf Text Font Color

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

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


#f58eaf Background Color

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

This div background color is #f58eaf


#f58eaf Border Color

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

This div border color is #f58eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58eaf


Comments

No comments written yet.

Please login to write comment.