Color Hex Logo

#fc228e Color Hex

#FC228E
(252,34,142)
0 Favorites   0 Comments

Color spaces of #fc228e

RGB 25234142
HSL0.920.970.56
HSV330°87°99°
CMYK 0.000.870.44   0.01
XYZ45.599423.792527.7802
Yxy23.79250.46930.2448
Hunter Lab48.777681.50890.3770
CIE-Lab55.879481.5953-2.9193

#fc228e color RGB value is (252,34,142).

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

The process color (four color CMYK) of #fc228e color hex is 0.00, 0.87, 0.44, 0.01. Web safe color of #fc228e is #ff3399. Color #fc228e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100010 10001110
Octal 374 42 216
Decimal 252 34 142
Hex FC 22 8E

RGB Percentages of Color #fc228e

%58.88
%7.94
%33.18

CMYK Percentages of Color #fc228e

%0
%87
%44
%1

Triadic Colors of #fc228e

#fc228e #8efc22 #228efc

Analogous Colors of #fc228e

#fc228e #fc2322 #fc22fb

Monochromatic Colors of #fc228e

#fc228e

Complementary Color

#fc228e #22fc90

#fc228e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc228e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc228e Color CSS Codes

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

#fc228e Text Font Color

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

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


#fc228e Background Color

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

This div background color is #fc228e


#fc228e Border Color

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

This div border color is #fc228e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc228e


Comments

No comments written yet.

Please login to write comment.