Color Hex Logo

#fc809e Color Hex

#FC809E
(252,128,158)
0 Favorites   0 Comments

Color spaces of #fc809e

RGB 252128158
HSL0.960.950.75
HSV345°49°99°
CMYK 0.000.490.37   0.01
XYZ54.035638.602436.9508
Yxy38.60240.41700.2979
Hunter Lab62.130846.51378.2303
CIE-Lab68.462350.14536.1213

#fc809e color RGB value is (252,128,158).

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

The process color (four color CMYK) of #fc809e color hex is 0.00, 0.49, 0.37, 0.01. Web safe color of #fc809e is #ff9999. Color #fc809e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000000 10011110
Octal 374 200 236
Decimal 252 128 158
Hex FC 80 9E

RGB Percentages of Color #fc809e

%46.84
%23.79
%29.37

CMYK Percentages of Color #fc809e

%0
%49
%37
%1

Triadic Colors of #fc809e

#fc809e #9efc80 #809efc

Analogous Colors of #fc809e

#fc809e #fca080 #fc80dc

Monochromatic Colors of #fc809e

#fc809e

Complementary Color

#fc809e #80fcde

#fc809e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc809e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc809e Color CSS Codes

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

#fc809e Text Font Color

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

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


#fc809e Background Color

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

This div background color is #fc809e


#fc809e Border Color

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

This div border color is #fc809e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc809e


Comments

No comments written yet.

Please login to write comment.