Color Hex Logo

#fc155c Color Hex

#FC155C
(252,21,92)
0 Favorites   0 Comments

Color spaces of #fc155c

RGB 2522192
HSL0.950.970.54
HSV342°92°99°
CMYK 0.000.920.63   0.01
XYZ42.344822.004512.1407
Yxy22.00450.55360.2877
Hunter Lab46.909079.041617.4912
CIE-Lab54.031880.016224.4818

#fc155c color RGB value is (252,21,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 01011100
Octal 374 25 134
Decimal 252 21 92
Hex FC 15 5C

RGB Percentages of Color #fc155c

%69.04
%5.75
%25.21

CMYK Percentages of Color #fc155c

%0
%92
%63
%1

Triadic Colors of #fc155c

#fc155c #5cfc15 #155cfc

Analogous Colors of #fc155c

#fc155c #fc4215 #fc15d0

Monochromatic Colors of #fc155c

#fc155c

Complementary Color

#fc155c #15fcb5

#fc155c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc155c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc155c Color CSS Codes

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

#fc155c Text Font Color

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

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


#fc155c Background Color

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

This div background color is #fc155c


#fc155c Border Color

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

This div border color is #fc155c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc155c

Related Colors


Comments

No comments written yet.

Please login to write comment.