Color Hex Logo

#fc80bc Color Hex

#FC80BC
(252,128,188)
0 Favorites   0 Comments

Color spaces of #fc80bc

RGB 252128188
HSL0.920.950.75
HSV331°49°99°
CMYK 0.000.490.25   0.01
XYZ56.941239.764652.2512
Yxy39.76460.38230.2670
Hunter Lab63.059250.8284-4.9866
CIE-Lab69.301553.8227-9.5105

#fc80bc color RGB value is (252,128,188).

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

The process color (four color CMYK) of #fc80bc color hex is 0.00, 0.49, 0.25, 0.01. Web safe color of #fc80bc is #ff99cc. Color #fc80bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000000 10111100
Octal 374 200 274
Decimal 252 128 188
Hex FC 80 BC

RGB Percentages of Color #fc80bc

%44.37
%22.54
%33.10

CMYK Percentages of Color #fc80bc

%0
%49
%25
%1

Triadic Colors of #fc80bc

#fc80bc #bcfc80 #80bcfc

Analogous Colors of #fc80bc

#fc80bc #fc8280 #fc80fa

Monochromatic Colors of #fc80bc

#fc80bc

Complementary Color

#fc80bc #80fcc0

#fc80bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc80bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc80bc Color CSS Codes

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

#fc80bc Text Font Color

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

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


#fc80bc Background Color

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

This div background color is #fc80bc


#fc80bc Border Color

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

This div border color is #fc80bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc80bc


Comments

No comments written yet.

Please login to write comment.