Color Hex Logo

#f80ede Color Hex

#F80EDE
(248,14,222)
0 Favorites   0 Comments

Color spaces of #f80ede

RGB 24814222
HSL0.850.940.51
HSV307°94°97°
CMYK 0.000.940.10   0.03
XYZ52.053325.544571.2943
Yxy25.54450.34960.1716
Hunter Lab50.541695.3913-48.2558
CIE-Lab57.602191.8279-46.7711

#f80ede color RGB value is (248,14,222).

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

The process color (four color CMYK) of #f80ede color hex is 0.00, 0.94, 0.10, 0.03. Web safe color of #f80ede is #ff00cc. Color #f80ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001110 11011110
Octal 370 16 336
Decimal 248 14 222
Hex F8 E DE

RGB Percentages of Color #f80ede

%51.24
%2.89
%45.87

CMYK Percentages of Color #f80ede

%0
%94
%10
%3

Triadic Colors of #f80ede

#f80ede #def80e #0edef8

Analogous Colors of #f80ede

#f80ede #f80e69 #9d0ef8

Monochromatic Colors of #f80ede

#f80ede

Complementary Color

#f80ede #0ef828

#f80ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80ede Color CSS Codes

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

#f80ede Text Font Color

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

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


#f80ede Background Color

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

This div background color is #f80ede


#f80ede Border Color

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

This div border color is #f80ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80ede


Comments

No comments written yet.

Please login to write comment.