Color Hex Logo

#f800cc Color Hex

#F800CC
(248,0,204)
0 Favorites   0 Comments

Color spaces of #f800cc

RGB 2480204
HSL0.861.000.49
HSV311°100°97°
CMYK 0.001.000.18   0.03
XYZ49.610524.316159.2055
Yxy24.31610.37260.1826
Hunter Lab49.311493.2880-36.6684
CIE-Lab56.402990.4950-38.4089

#f800cc color RGB value is (248,0,204).

#f800cc hex color red value is 248, green value is 0 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f800cc hue: 0.86 , saturation: 1.00 and the lightness value of f800cc is 0.49.

The process color (four color CMYK) of #f800cc color hex is 0.00, 1.00, 0.18, 0.03. Web safe color of #f800cc is #ff00cc. Color #f800cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000000 11001100
Octal 370 0 314
Decimal 248 0 204
Hex F8 0 CC

RGB Percentages of Color #f800cc

%54.87
%0.00
%45.13

CMYK Percentages of Color #f800cc

%0
%100
%18
%3

Triadic Colors of #f800cc

#f800cc #ccf800 #00ccf8

Analogous Colors of #f800cc

#f800cc #f80050 #a800f8

Monochromatic Colors of #f800cc

#f800cc

Complementary Color

#f800cc #00f82c

#f800cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f800cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f800cc Color CSS Codes

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

#f800cc Text Font Color

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

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


#f800cc Background Color

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

This div background color is #f800cc


#f800cc Border Color

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

This div border color is #f800cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f800cc


Comments

No comments written yet.

Please login to write comment.