Color Hex Logo

#f58ead Color Hex

#F58EAD
(245,142,173)
0 Favorites   0 Comments

Color spaces of #f58ead

RGB 245142173
HSL0.950.840.76
HSV342°42°96°
CMYK 0.000.420.29   0.04
XYZ54.872041.775644.7066
Yxy41.77560.38820.2955
Hunter Lab64.634038.43064.2336
CIE-Lab70.715942.55740.8594

#f58ead color RGB value is (245,142,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001110 10101101
Octal 365 216 255
Decimal 245 142 173
Hex F5 8E AD

RGB Percentages of Color #f58ead

%43.75
%25.36
%30.89

CMYK Percentages of Color #f58ead

%0
%42
%29
%4

Triadic Colors of #f58ead

#f58ead #adf58e #8eadf5

Analogous Colors of #f58ead

#f58ead #f5a38e #f58ee1

Monochromatic Colors of #f58ead

#f58ead

Complementary Color

#f58ead #8ef5d6

#f58ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58ead Color CSS Codes

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

#f58ead Text Font Color

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

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


#f58ead Background Color

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

This div background color is #f58ead


#f58ead Border Color

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

This div border color is #f58ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58ead


Comments

No comments written yet.

Please login to write comment.