Color Hex Logo

#f50ead Color Hex

#F50EAD
(245,14,173)
0 Favorites   0 Comments

Color spaces of #f50ead

RGB 24514173
HSL0.890.920.51
HSV319°94°96°
CMYK 0.000.940.29   0.04
XYZ45.356122.743741.5346
Yxy22.74370.41370.2075
Hunter Lab47.690486.3050-18.2537
CIE-Lab54.807485.5190-22.9669

#f50ead color RGB value is (245,14,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001110 10101101
Octal 365 16 255
Decimal 245 14 173
Hex F5 E AD

RGB Percentages of Color #f50ead

%56.71
%3.24
%40.05

CMYK Percentages of Color #f50ead

%0
%94
%29
%4

Triadic Colors of #f50ead

#f50ead #adf50e #0eadf5

Analogous Colors of #f50ead

#f50ead #f50e3a #ca0ef5

Monochromatic Colors of #f50ead

#f50ead

Complementary Color

#f50ead #0ef556

#f50ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50ead Color CSS Codes

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

#f50ead Text Font Color

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

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


#f50ead Background Color

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

This div background color is #f50ead


#f50ead Border Color

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

This div border color is #f50ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50ead


Comments

No comments written yet.

Please login to write comment.