Color Hex Logo

#f80ebd Color Hex

#F80EBD
(248,14,189)
0 Favorites   0 Comments

Color spaces of #f80ebd

RGB 24814189
HSL0.880.940.51
HSV315°94°97°
CMYK 0.000.940.24   0.03
XYZ48.053723.944750.2332
Yxy23.94470.39310.1959
Hunter Lab48.933389.6580-26.6117
CIE-Lab56.032487.8362-30.3460

#f80ebd color RGB value is (248,14,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001110 10111101
Octal 370 16 275
Decimal 248 14 189
Hex F8 E BD

RGB Percentages of Color #f80ebd

%54.99
%3.10
%41.91

CMYK Percentages of Color #f80ebd

%0
%94
%24
%3

Triadic Colors of #f80ebd

#f80ebd #bdf80e #0ebdf8

Analogous Colors of #f80ebd

#f80ebd #f80e48 #be0ef8

Monochromatic Colors of #f80ebd

#f80ebd

Complementary Color

#f80ebd #0ef849

#f80ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80ebd Color CSS Codes

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

#f80ebd Text Font Color

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

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


#f80ebd Background Color

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

This div background color is #f80ebd


#f80ebd Border Color

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

This div border color is #f80ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80ebd


Comments

No comments written yet.

Please login to write comment.