Color Hex Logo

#f80edd Color Hex

#F80EDD
(248,14,221)
0 Favorites   0 Comments

Color spaces of #f80edd

RGB 24814221
HSL0.850.940.51
HSV307°94°97°
CMYK 0.000.940.11   0.03
XYZ51.919625.491070.5904
Yxy25.49100.35080.1722
Hunter Lab50.488695.2041-47.5540
CIE-Lab57.550791.6989-46.2863

#f80edd color RGB value is (248,14,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001110 11011101
Octal 370 16 335
Decimal 248 14 221
Hex F8 E DD

RGB Percentages of Color #f80edd

%51.35
%2.90
%45.76

CMYK Percentages of Color #f80edd

%0
%94
%11
%3

Triadic Colors of #f80edd

#f80edd #ddf80e #0eddf8

Analogous Colors of #f80edd

#f80edd #f80e68 #9e0ef8

Monochromatic Colors of #f80edd

#f80edd

Complementary Color

#f80edd #0ef829

#f80edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80edd Color CSS Codes

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

#f80edd Text Font Color

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

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


#f80edd Background Color

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

This div background color is #f80edd


#f80edd Border Color

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

This div border color is #f80edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80edd


Comments

No comments written yet.

Please login to write comment.