Color Hex Logo

#f50eed Color Hex

#F50EED
(245,14,237)
0 Favorites   0 Comments

Color spaces of #f50eed

RGB 24514237
HSL0.840.920.51
HSV302°94°96°
CMYK 0.000.940.03   0.04
XYZ53.099325.841082.3099
Yxy25.84100.32930.1603
Hunter Lab50.834097.4947-60.4179
CIE-Lab57.885893.3271-54.8018

#f50eed color RGB value is (245,14,237).

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

The process color (four color CMYK) of #f50eed color hex is 0.00, 0.94, 0.03, 0.04. Web safe color of #f50eed is #ff00ff. Color #f50eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001110 11101101
Octal 365 16 355
Decimal 245 14 237
Hex F5 E ED

RGB Percentages of Color #f50eed

%49.40
%2.82
%47.78

CMYK Percentages of Color #f50eed

%0
%94
%3
%4

Triadic Colors of #f50eed

#f50eed #edf50e #0eedf5

Analogous Colors of #f50eed

#f50eed #f50e7a #8a0ef5

Monochromatic Colors of #f50eed

#f50eed

Complementary Color

#f50eed #0ef516

#f50eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50eed Color CSS Codes

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

#f50eed Text Font Color

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

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


#f50eed Background Color

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

This div background color is #f50eed


#f50eed Border Color

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

This div border color is #f50eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50eed


Comments

No comments written yet.

Please login to write comment.