Color Hex Logo

#f80edc Color Hex

#F80EDC
(248,14,220)
0 Favorites   0 Comments

Color spaces of #f80edc

RGB 24814220
HSL0.850.940.51
HSV307°94°97°
CMYK 0.000.940.11   0.03
XYZ51.786725.437869.8907
Yxy25.43780.35200.1729
Hunter Lab50.435995.0179-46.8550
CIE-Lab57.499591.5706-45.8008

#f80edc color RGB value is (248,14,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001110 11011100
Octal 370 16 334
Decimal 248 14 220
Hex F8 E DC

RGB Percentages of Color #f80edc

%51.45
%2.90
%45.64

CMYK Percentages of Color #f80edc

%0
%94
%11
%3

Triadic Colors of #f80edc

#f80edc #dcf80e #0edcf8

Analogous Colors of #f80edc

#f80edc #f80e67 #9f0ef8

Monochromatic Colors of #f80edc

#f80edc

Complementary Color

#f80edc #0ef82a

#f80edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80edc Color CSS Codes

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

#f80edc Text Font Color

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

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


#f80edc Background Color

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

This div background color is #f80edc


#f80edc Border Color

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

This div border color is #f80edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80edc


Comments

No comments written yet.

Please login to write comment.