Color Hex Logo

#f58eae Color Hex

#F58EAE
(245,142,174)
0 Favorites   0 Comments

Color spaces of #f58eae

RGB 245142174
HSL0.950.840.76
HSV341°42°96°
CMYK 0.000.420.29   0.04
XYZ54.969241.814545.2182
Yxy41.81450.38710.2945
Hunter Lab64.664138.57573.8047
CIE-Lab70.742842.68710.3410

#f58eae color RGB value is (245,142,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001110 10101110
Octal 365 216 256
Decimal 245 142 174
Hex F5 8E AE

RGB Percentages of Color #f58eae

%43.67
%25.31
%31.02

CMYK Percentages of Color #f58eae

%0
%42
%29
%4

Triadic Colors of #f58eae

#f58eae #aef58e #8eaef5

Analogous Colors of #f58eae

#f58eae #f5a28e #f58ee2

Monochromatic Colors of #f58eae

#f58eae

Complementary Color

#f58eae #8ef5d5

#f58eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58eae Color CSS Codes

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

#f58eae Text Font Color

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

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


#f58eae Background Color

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

This div background color is #f58eae


#f58eae Border Color

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

This div border color is #f58eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58eae


Comments

No comments written yet.

Please login to write comment.