Color Hex Logo

#f80cca Color Hex

#F80CCA
(248,12,202)
0 Favorites   0 Comments

Color spaces of #f80cca

RGB 24812202
HSL0.870.940.51
HSV312°95°97°
CMYK 0.000.950.19   0.03
XYZ49.503524.483757.9938
Yxy24.48370.37510.1855
Hunter Lab49.481091.9894-34.8536
CIE-Lab56.568989.4900-37.0015

#f80cca color RGB value is (248,12,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001100 11001010
Octal 370 14 312
Decimal 248 12 202
Hex F8 C CA

RGB Percentages of Color #f80cca

%53.68
%2.60
%43.72

CMYK Percentages of Color #f80cca

%0
%95
%19
%3

Triadic Colors of #f80cca

#f80cca #caf80c #0ccaf8

Analogous Colors of #f80cca

#f80cca #f80c54 #b00cf8

Monochromatic Colors of #f80cca

#f80cca

Complementary Color

#f80cca #0cf83a

#f80cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80cca Color CSS Codes

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

#f80cca Text Font Color

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

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


#f80cca Background Color

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

This div background color is #f80cca


#f80cca Border Color

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

This div border color is #f80cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80cca


Comments

No comments written yet.

Please login to write comment.