Color Hex Logo

#fc2faf Color Hex

#FC2FAF
(252,47,175)
0 Favorites   0 Comments

Color spaces of #fc2faf

RGB 25247175
HSL0.900.970.59
HSV323°81°99°
CMYK 0.000.810.31   0.01
XYZ48.899325.823642.9646
Yxy25.82360.41550.2194
Hunter Lab50.816982.8345-14.5566
CIE-Lab57.869282.2416-19.3337

#fc2faf color RGB value is (252,47,175).

#fc2faf hex color red value is 252, green value is 47 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fc2faf hue: 0.90 , saturation: 0.97 and the lightness value of fc2faf is 0.59.

The process color (four color CMYK) of #fc2faf color hex is 0.00, 0.81, 0.31, 0.01. Web safe color of #fc2faf is #ff3399. Color #fc2faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101111 10101111
Octal 374 57 257
Decimal 252 47 175
Hex FC 2F AF

RGB Percentages of Color #fc2faf

%53.16
%9.92
%36.92

CMYK Percentages of Color #fc2faf

%0
%81
%31
%1

Triadic Colors of #fc2faf

#fc2faf #affc2f #2faffc

Analogous Colors of #fc2faf

#fc2faf #fc2f48 #e32ffc

Monochromatic Colors of #fc2faf

#fc2faf

Complementary Color

#fc2faf #2ffc7c

#fc2faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2faf Color CSS Codes

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

#fc2faf Text Font Color

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

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


#fc2faf Background Color

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

This div background color is #fc2faf


#fc2faf Border Color

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

This div border color is #fc2faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2faf


Comments

No comments written yet.

Please login to write comment.