Color Hex Logo

#f80cc2 Color Hex

#F80CC2
(248,12,194)
0 Favorites   0 Comments

Color spaces of #f80cc2

RGB 24812194
HSL0.870.940.51
HSV314°95°97°
CMYK 0.000.950.22   0.03
XYZ48.580524.114453.1330
Yxy24.11440.38610.1916
Hunter Lab49.106490.6521-29.7771
CIE-Lab56.202288.5547-32.9715

#f80cc2 color RGB value is (248,12,194).

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

The process color (four color CMYK) of #f80cc2 color hex is 0.00, 0.95, 0.22, 0.03. Web safe color of #f80cc2 is #ff00cc. Color #f80cc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001100 11000010
Octal 370 14 302
Decimal 248 12 194
Hex F8 C C2

RGB Percentages of Color #f80cc2

%54.63
%2.64
%42.73

CMYK Percentages of Color #f80cc2

%0
%95
%22
%3

Triadic Colors of #f80cc2

#f80cc2 #c2f80c #0cc2f8

Analogous Colors of #f80cc2

#f80cc2 #f80c4c #b80cf8

Monochromatic Colors of #f80cc2

#f80cc2

Complementary Color

#f80cc2 #0cf842

#f80cc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80cc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80cc2 Color CSS Codes

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

#f80cc2 Text Font Color

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

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


#f80cc2 Background Color

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

This div background color is #f80cc2


#f80cc2 Border Color

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

This div border color is #f80cc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80cc2


Comments

No comments written yet.

Please login to write comment.