Color Hex Logo

#fc227c Color Hex

#FC227C
(252,34,124)
0 Favorites   0 Comments

Color spaces of #fc227c

RGB 25234124
HSL0.930.970.56
HSV335°87°99°
CMYK 0.000.870.51   0.01
XYZ44.355023.294721.2273
Yxy23.29470.49910.2621
Hunter Lab48.264679.57797.7088
CIE-Lab55.374680.17797.0908

#fc227c color RGB value is (252,34,124).

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

The process color (four color CMYK) of #fc227c color hex is 0.00, 0.87, 0.51, 0.01. Web safe color of #fc227c is #ff3366. Color #fc227c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100010 01111100
Octal 374 42 174
Decimal 252 34 124
Hex FC 22 7C

RGB Percentages of Color #fc227c

%61.46
%8.29
%30.24

CMYK Percentages of Color #fc227c

%0
%87
%51
%1

Triadic Colors of #fc227c

#fc227c #7cfc22 #227cfc

Analogous Colors of #fc227c

#fc227c #fc3522 #fc22e9

Monochromatic Colors of #fc227c

#fc227c

Complementary Color

#fc227c #22fca2

#fc227c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc227c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc227c Color CSS Codes

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

#fc227c Text Font Color

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

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


#fc227c Background Color

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

This div background color is #fc227c


#fc227c Border Color

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

This div border color is #fc227c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc227c


Comments

No comments written yet.

Please login to write comment.