Color Hex Logo

#fc129e Color Hex

#FC129E
(252,18,158)
0 Favorites   0 Comments

Color spaces of #fc129e

RGB 25218158
HSL0.900.980.53
HSV324°93°99°
CMYK 0.000.930.37   0.01
XYZ46.532723.596734.4498
Yxy23.59670.44500.2256
Hunter Lab48.576485.9813-8.0442
CIE-Lab55.681785.1000-12.6929

#fc129e color RGB value is (252,18,158).

#fc129e hex color red value is 252, green value is 18 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fc129e hue: 0.90 , saturation: 0.98 and the lightness value of fc129e is 0.53.

The process color (four color CMYK) of #fc129e color hex is 0.00, 0.93, 0.37, 0.01. Web safe color of #fc129e is #ff0099. Color #fc129e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 10011110
Octal 374 22 236
Decimal 252 18 158
Hex FC 12 9E

RGB Percentages of Color #fc129e

%58.88
%4.21
%36.92

CMYK Percentages of Color #fc129e

%0
%93
%37
%1

Triadic Colors of #fc129e

#fc129e #9efc12 #129efc

Analogous Colors of #fc129e

#fc129e #fc1229 #e512fc

Monochromatic Colors of #fc129e

#fc129e

Complementary Color

#fc129e #12fc70

#fc129e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc129e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc129e Color CSS Codes

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

#fc129e Text Font Color

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

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


#fc129e Background Color

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

This div background color is #fc129e


#fc129e Border Color

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

This div border color is #fc129e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,18,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 #fc129e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc129e

Related Colors


Comments

No comments written yet.

Please login to write comment.