Color Hex Logo

#fc136e Color Hex

#FC136E
(252,19,110)
0 Favorites   0 Comments

Color spaces of #fc136e

RGB 25219110
HSL0.930.970.53
HSV337°92°99°
CMYK 0.000.920.56   0.01
XYZ43.192222.287016.7772
Yxy22.28700.52510.2709
Hunter Lab47.209180.695911.9759
CIE-Lab54.330281.260514.0372

#fc136e color RGB value is (252,19,110).

#fc136e hex color red value is 252, green value is 19 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fc136e hue: 0.93 , saturation: 0.97 and the lightness value of fc136e is 0.53.

The process color (four color CMYK) of #fc136e color hex is 0.00, 0.92, 0.56, 0.01. Web safe color of #fc136e is #ff0066. Color #fc136e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010011 01101110
Octal 374 23 156
Decimal 252 19 110
Hex FC 13 6E

RGB Percentages of Color #fc136e

%66.14
%4.99
%28.87

CMYK Percentages of Color #fc136e

%0
%92
%56
%1

Triadic Colors of #fc136e

#fc136e #6efc13 #136efc

Analogous Colors of #fc136e

#fc136e #fc2d13 #fc13e3

Monochromatic Colors of #fc136e

#fc136e

Complementary Color

#fc136e #13fca1

#fc136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc136e Color CSS Codes

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

#fc136e Text Font Color

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

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


#fc136e Background Color

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

This div background color is #fc136e


#fc136e Border Color

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

This div border color is #fc136e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc136e

Related Colors


Comments

No comments written yet.

Please login to write comment.