Color Hex Logo

#fc31ba Color Hex

#FC31BA
(252,49,186)
0 Favorites   0 Comments

Color spaces of #fc31ba

RGB 25249186
HSL0.890.970.59
HSV320°81°99°
CMYK 0.000.810.26   0.01
XYZ50.106126.437248.9164
Yxy26.43720.39940.2107
Hunter Lab51.417183.9687-20.4144
CIE-Lab58.449783.0086-24.8158

#fc31ba color RGB value is (252,49,186).

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

The process color (four color CMYK) of #fc31ba color hex is 0.00, 0.81, 0.26, 0.01. Web safe color of #fc31ba is #ff33cc. Color #fc31ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110001 10111010
Octal 374 61 272
Decimal 252 49 186
Hex FC 31 BA

RGB Percentages of Color #fc31ba

%51.75
%10.06
%38.19

CMYK Percentages of Color #fc31ba

%0
%81
%26
%1

Triadic Colors of #fc31ba

#fc31ba #bafc31 #31bafc

Analogous Colors of #fc31ba

#fc31ba #fc3155 #d931fc

Monochromatic Colors of #fc31ba

#fc31ba

Complementary Color

#fc31ba #31fc73

#fc31ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc31ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc31ba Color CSS Codes

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

#fc31ba Text Font Color

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

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


#fc31ba Background Color

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

This div background color is #fc31ba


#fc31ba Border Color

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

This div border color is #fc31ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc31ba


Comments

No comments written yet.

Please login to write comment.