Color Hex Logo

#f80fc4 Color Hex

#F80FC4
(248,15,196)
0 Favorites   0 Comments

Color spaces of #f80fc4

RGB 24815196
HSL0.870.940.52
HSV313°94°97°
CMYK 0.000.940.21   0.03
XYZ48.846024.283654.3373
Yxy24.28360.38320.1905
Hunter Lab49.278490.6966-30.8818
CIE-Lab56.370688.5555-33.8618

#f80fc4 color RGB value is (248,15,196).

#f80fc4 hex color red value is 248, green value is 15 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #f80fc4 hue: 0.87 , saturation: 0.94 and the lightness value of f80fc4 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001111 11000100
Octal 370 17 304
Decimal 248 15 196
Hex F8 F C4

RGB Percentages of Color #f80fc4

%54.03
%3.27
%42.70

CMYK Percentages of Color #f80fc4

%0
%94
%21
%3

Triadic Colors of #f80fc4

#f80fc4 #c4f80f #0fc4f8

Analogous Colors of #f80fc4

#f80fc4 #f80f4f #b80ff8

Monochromatic Colors of #f80fc4

#f80fc4

Complementary Color

#f80fc4 #0ff843

#f80fc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80fc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80fc4 Color CSS Codes

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

#f80fc4 Text Font Color

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

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


#f80fc4 Background Color

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

This div background color is #f80fc4


#f80fc4 Border Color

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

This div border color is #f80fc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80fc4

Related Colors


Comments

No comments written yet.

Please login to write comment.