Color Hex Logo

#fc31bd Color Hex

#FC31BD
(252,49,189)
0 Favorites   0 Comments

Color spaces of #fc31bd

RGB 25249189
HSL0.890.970.59
HSV319°81°99°
CMYK 0.000.810.25   0.01
XYZ50.428526.566250.6140
Yxy26.56620.39520.2082
Hunter Lab51.542484.4431-22.1423
CIE-Lab58.570683.3519-26.3592

#fc31bd color RGB value is (252,49,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110001 10111101
Octal 374 61 275
Decimal 252 49 189
Hex FC 31 BD

RGB Percentages of Color #fc31bd

%51.43
%10.00
%38.57

CMYK Percentages of Color #fc31bd

%0
%81
%25
%1

Triadic Colors of #fc31bd

#fc31bd #bdfc31 #31bdfc

Analogous Colors of #fc31bd

#fc31bd #fc3157 #d631fc

Monochromatic Colors of #fc31bd

#fc31bd

Complementary Color

#fc31bd #31fc70

#fc31bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc31bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc31bd Color CSS Codes

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

#fc31bd Text Font Color

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

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


#fc31bd Background Color

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

This div background color is #fc31bd


#fc31bd Border Color

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

This div border color is #fc31bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc31bd


Comments

No comments written yet.

Please login to write comment.