Color Hex Logo

#fc2baa Color Hex

#FC2BAA
(252,43,170)
0 Favorites   0 Comments

Color spaces of #fc2baa

RGB 25243170
HSL0.900.970.58
HSV324°83°99°
CMYK 0.000.830.33   0.01
XYZ48.264525.325540.3747
Yxy25.32550.42350.2222
Hunter Lab50.324483.1256-12.3405
CIE-Lab57.391282.5608-17.1490

#fc2baa color RGB value is (252,43,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101011 10101010
Octal 374 53 252
Decimal 252 43 170
Hex FC 2B AA

RGB Percentages of Color #fc2baa

%54.19
%9.25
%36.56

CMYK Percentages of Color #fc2baa

%0
%83
%33
%1

Triadic Colors of #fc2baa

#fc2baa #aafc2b #2baafc

Analogous Colors of #fc2baa

#fc2baa #fc2b41 #e62bfc

Monochromatic Colors of #fc2baa

#fc2baa

Complementary Color

#fc2baa #2bfc7d

#fc2baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2baa Color CSS Codes

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

#fc2baa Text Font Color

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

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


#fc2baa Background Color

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

This div background color is #fc2baa


#fc2baa Border Color

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

This div border color is #fc2baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2baa

Related Colors


Comments

No comments written yet.

Please login to write comment.