Color Hex Logo

#f80eef Color Hex

#F80EEF
(248,14,239)
0 Favorites   0 Comments

Color spaces of #f80eef

RGB 24814239
HSL0.840.940.51
HSV302°94°97°
CMYK 0.000.940.04   0.03
XYZ54.448426.502583.9071
Yxy26.50250.33030.1608
Hunter Lab51.480698.6994-60.5991
CIE-Lab58.511094.0908-54.8949

#f80eef color RGB value is (248,14,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001110 11101111
Octal 370 16 357
Decimal 248 14 239
Hex F8 E EF

RGB Percentages of Color #f80eef

%49.50
%2.79
%47.70

CMYK Percentages of Color #f80eef

%0
%94
%4
%3

Triadic Colors of #f80eef

#f80eef #eff80e #0eeff8

Analogous Colors of #f80eef

#f80eef #f80e7a #8c0ef8

Monochromatic Colors of #f80eef

#f80eef

Complementary Color

#f80eef #0ef817

#f80eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80eef Color CSS Codes

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

#f80eef Text Font Color

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

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


#f80eef Background Color

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

This div background color is #f80eef


#f80eef Border Color

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

This div border color is #f80eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80eef


Comments

No comments written yet.

Please login to write comment.