Color Hex Logo

#fc156d Color Hex

#FC156D
(252,21,109)
0 Favorites   0 Comments

Color spaces of #fc156d

RGB 25221109
HSL0.940.970.54
HSV337°92°99°
CMYK 0.000.920.57   0.01
XYZ43.173422.335916.5038
Yxy22.33590.52640.2723
Hunter Lab47.260980.355512.3782
CIE-Lab54.381680.983214.7114

#fc156d color RGB value is (252,21,109).

#fc156d hex color red value is 252, green value is 21 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fc156d hue: 0.94 , saturation: 0.97 and the lightness value of fc156d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 01101101
Octal 374 25 155
Decimal 252 21 109
Hex FC 15 6D

RGB Percentages of Color #fc156d

%65.97
%5.50
%28.53

CMYK Percentages of Color #fc156d

%0
%92
%57
%1

Triadic Colors of #fc156d

#fc156d #6dfc15 #156dfc

Analogous Colors of #fc156d

#fc156d #fc3115 #fc15e1

Monochromatic Colors of #fc156d

#fc156d

Complementary Color

#fc156d #15fca4

#fc156d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc156d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc156d Color CSS Codes

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

#fc156d Text Font Color

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

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


#fc156d Background Color

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

This div background color is #fc156d


#fc156d Border Color

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

This div border color is #fc156d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc156d

Related Colors


Comments

No comments written yet.

Please login to write comment.