Color Hex Logo

#fc227f Color Hex

#FC227F
(252,34,127)
0 Favorites   0 Comments

Color spaces of #fc227f

RGB 25234127
HSL0.930.970.56
HSV334°87°99°
CMYK 0.000.870.50   0.01
XYZ44.547723.371822.2420
Yxy23.37180.49410.2592
Hunter Lab48.344479.87906.5633
CIE-Lab55.453380.39975.4072

#fc227f color RGB value is (252,34,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100010 01111111
Octal 374 42 177
Decimal 252 34 127
Hex FC 22 7F

RGB Percentages of Color #fc227f

%61.02
%8.23
%30.75

CMYK Percentages of Color #fc227f

%0
%87
%50
%1

Triadic Colors of #fc227f

#fc227f #7ffc22 #227ffc

Analogous Colors of #fc227f

#fc227f #fc3222 #fc22ec

Monochromatic Colors of #fc227f

#fc227f

Complementary Color

#fc227f #22fc9f

#fc227f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc227f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc227f Color CSS Codes

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

#fc227f Text Font Color

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

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


#fc227f Background Color

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

This div background color is #fc227f


#fc227f Border Color

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

This div border color is #fc227f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,34,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 #fc227f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc227f


Comments

No comments written yet.

Please login to write comment.