Color Hex Logo

#fc177f Color Hex

#FC177F
(252,23,127)
0 Favorites   0 Comments

Color spaces of #fc177f

RGB 25223127
HSL0.920.970.54
HSV333°91°99°
CMYK 0.000.910.50   0.01
XYZ44.282022.840522.1534
Yxy22.84050.49600.2558
Hunter Lab47.791781.75585.9709
CIE-Lab54.907781.97764.6232

#fc177f color RGB value is (252,23,127).

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

The process color (four color CMYK) of #fc177f color hex is 0.00, 0.91, 0.50, 0.01. Web safe color of #fc177f is #ff0066. Color #fc177f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010111 01111111
Octal 374 27 177
Decimal 252 23 127
Hex FC 17 7F

RGB Percentages of Color #fc177f

%62.69
%5.72
%31.59

CMYK Percentages of Color #fc177f

%0
%91
%50
%1

Triadic Colors of #fc177f

#fc177f #7ffc17 #177ffc

Analogous Colors of #fc177f

#fc177f #fc2217 #fc17f2

Monochromatic Colors of #fc177f

#fc177f

Complementary Color

#fc177f #17fc94

#fc177f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc177f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc177f Color CSS Codes

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

#fc177f Text Font Color

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

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


#fc177f Background Color

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

This div background color is #fc177f


#fc177f Border Color

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

This div border color is #fc177f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc177f


Comments

No comments written yet.

Please login to write comment.