Color Hex Logo

#fc0eac Color Hex

#FC0EAC
(252,14,172)
0 Favorites   0 Comments

Color spaces of #fc0eac

RGB 25214172
HSL0.890.980.52
HSV320°94°99°
CMYK 0.000.940.32   0.01
XYZ47.748323.988141.1433
Yxy23.98810.42300.2125
Hunter Lab48.977688.3087-15.5218
CIE-Lab56.075986.8031-20.3228

#fc0eac color RGB value is (252,14,172).

#fc0eac hex color red value is 252, green value is 14 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fc0eac hue: 0.89 , saturation: 0.98 and the lightness value of fc0eac is 0.52.

The process color (four color CMYK) of #fc0eac color hex is 0.00, 0.94, 0.32, 0.01. Web safe color of #fc0eac is #ff0099. Color #fc0eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001110 10101100
Octal 374 16 254
Decimal 252 14 172
Hex FC E AC

RGB Percentages of Color #fc0eac

%57.53
%3.20
%39.27

CMYK Percentages of Color #fc0eac

%0
%94
%32
%1

Triadic Colors of #fc0eac

#fc0eac #acfc0e #0eacfc

Analogous Colors of #fc0eac

#fc0eac #fc0e35 #d50efc

Monochromatic Colors of #fc0eac

#fc0eac

Complementary Color

#fc0eac #0efc5e

#fc0eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0eac Color CSS Codes

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

#fc0eac Text Font Color

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

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


#fc0eac Background Color

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

This div background color is #fc0eac


#fc0eac Border Color

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

This div border color is #fc0eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0eac


Comments

No comments written yet.

Please login to write comment.