Color Hex Logo

#fc80e6 Color Hex

#FC80E6
(252,128,230)
0 Favorites   0 Comments

Color spaces of #fc80e6

RGB 252128230
HSL0.860.950.75
HSV311°49°99°
CMYK 0.000.490.09   0.01
XYZ62.147041.847079.6647
Yxy41.84700.33840.2279
Hunter Lab64.689358.2788-27.7330
CIE-Lab70.765359.9858-30.6228

#fc80e6 color RGB value is (252,128,230).

#fc80e6 hex color red value is 252, green value is 128 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #fc80e6 hue: 0.86 , saturation: 0.95 and the lightness value of fc80e6 is 0.75.

The process color (four color CMYK) of #fc80e6 color hex is 0.00, 0.49, 0.09, 0.01. Web safe color of #fc80e6 is #ff99ff. Color #fc80e6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000000 11100110
Octal 374 200 346
Decimal 252 128 230
Hex FC 80 E6

RGB Percentages of Color #fc80e6

%41.31
%20.98
%37.70

CMYK Percentages of Color #fc80e6

%0
%49
%9
%1

Triadic Colors of #fc80e6

#fc80e6 #e6fc80 #80e6fc

Analogous Colors of #fc80e6

#fc80e6 #fc80a8 #d480fc

Monochromatic Colors of #fc80e6

#fc80e6

Complementary Color

#fc80e6 #80fc96

#fc80e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc80e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc80e6 Color CSS Codes

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

#fc80e6 Text Font Color

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

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


#fc80e6 Background Color

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

This div background color is #fc80e6


#fc80e6 Border Color

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

This div border color is #fc80e6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,128,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc80e6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc80e6;
  -webkit-box-shadow: 1px 1px 3px 2px #fc80e6;
  box-shadow:         1px 1px 3px 2px #fc80e6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,128,230, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc80e6

Related Colors


Comments

No comments written yet.

Please login to write comment.