Color Hex Logo

#fc2bac Color Hex

#FC2BAC
(252,43,172)
0 Favorites   0 Comments

Color spaces of #fc2bac

RGB 25243172
HSL0.900.970.58
HSV323°83°99°
CMYK 0.000.830.32   0.01
XYZ48.455225.401841.3789
Yxy25.40180.42050.2204
Hunter Lab50.400283.4111-13.3973
CIE-Lab57.464882.7682-18.2035

#fc2bac color RGB value is (252,43,172).

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

The process color (four color CMYK) of #fc2bac color hex is 0.00, 0.83, 0.32, 0.01. Web safe color of #fc2bac is #ff3399. Color #fc2bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101011 10101100
Octal 374 53 254
Decimal 252 43 172
Hex FC 2B AC

RGB Percentages of Color #fc2bac

%53.96
%9.21
%36.83

CMYK Percentages of Color #fc2bac

%0
%83
%32
%1

Triadic Colors of #fc2bac

#fc2bac #acfc2b #2bacfc

Analogous Colors of #fc2bac

#fc2bac #fc2b44 #e42bfc

Monochromatic Colors of #fc2bac

#fc2bac

Complementary Color

#fc2bac #2bfc7b

#fc2bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2bac Color CSS Codes

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

#fc2bac Text Font Color

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

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


#fc2bac Background Color

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

This div background color is #fc2bac


#fc2bac Border Color

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

This div border color is #fc2bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2bac


Comments

No comments written yet.

Please login to write comment.