Color Hex Logo

#f80eec Color Hex

#F80EEC
(248,14,236)
0 Favorites   0 Comments

Color spaces of #f80eec

RGB 24814236
HSL0.840.940.51
HSV303°94°97°
CMYK 0.000.940.05   0.03
XYZ54.008826.326781.5919
Yxy26.32670.33350.1626
Hunter Lab51.309698.0987-58.3656
CIE-Lab58.345993.6820-53.4773

#f80eec color RGB value is (248,14,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001110 11101100
Octal 370 16 354
Decimal 248 14 236
Hex F8 E EC

RGB Percentages of Color #f80eec

%49.80
%2.81
%47.39

CMYK Percentages of Color #f80eec

%0
%94
%5
%3

Triadic Colors of #f80eec

#f80eec #ecf80e #0eecf8

Analogous Colors of #f80eec

#f80eec #f80e77 #8f0ef8

Monochromatic Colors of #f80eec

#f80eec

Complementary Color

#f80eec #0ef81a

#f80eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80eec Color CSS Codes

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

#f80eec Text Font Color

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

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


#f80eec Background Color

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

This div background color is #f80eec


#f80eec Border Color

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

This div border color is #f80eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80eec


Comments

No comments written yet.

Please login to write comment.