Color Hex Logo

#f50eae Color Hex

#F50EAE
(245,14,174)
0 Favorites   0 Comments

Color spaces of #f50eae

RGB 24514174
HSL0.880.920.51
HSV318°94°96°
CMYK 0.000.940.29   0.04
XYZ45.453222.782542.0462
Yxy22.78250.41220.2066
Hunter Lab47.731086.4524-18.8168
CIE-Lab54.847685.6242-23.4906

#f50eae color RGB value is (245,14,174).

#f50eae hex color red value is 245, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f50eae hue: 0.88 , saturation: 0.92 and the lightness value of f50eae is 0.51.

The process color (four color CMYK) of #f50eae color hex is 0.00, 0.94, 0.29, 0.04. Web safe color of #f50eae is #ff0099. Color #f50eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001110 10101110
Octal 365 16 256
Decimal 245 14 174
Hex F5 E AE

RGB Percentages of Color #f50eae

%56.58
%3.23
%40.18

CMYK Percentages of Color #f50eae

%0
%94
%29
%4

Triadic Colors of #f50eae

#f50eae #aef50e #0eaef5

Analogous Colors of #f50eae

#f50eae #f50e3b #c90ef5

Monochromatic Colors of #f50eae

#f50eae

Complementary Color

#f50eae #0ef555

#f50eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50eae Color CSS Codes

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

#f50eae Text Font Color

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

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


#f50eae Background Color

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

This div background color is #f50eae


#f50eae Border Color

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

This div border color is #f50eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,14,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 #f50eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50eae


Comments

No comments written yet.

Please login to write comment.