Color Hex Logo

#fc12bd Color Hex

#FC12BD
(252,18,189)
0 Favorites   0 Comments

Color spaces of #fc12bd

RGB 25218189
HSL0.880.980.53
HSV316°93°99°
CMYK 0.000.930.25   0.01
XYZ49.546524.802250.3200
Yxy24.80220.39740.1989
Hunter Lab49.801890.4318-25.0457
CIE-Lab56.882288.2559-28.9698

#fc12bd color RGB value is (252,18,189).

#fc12bd hex color red value is 252, green value is 18 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fc12bd hue: 0.88 , saturation: 0.98 and the lightness value of fc12bd is 0.53.

The process color (four color CMYK) of #fc12bd color hex is 0.00, 0.93, 0.25, 0.01. Web safe color of #fc12bd is #ff00cc. Color #fc12bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 10111101
Octal 374 22 275
Decimal 252 18 189
Hex FC 12 BD

RGB Percentages of Color #fc12bd

%54.90
%3.92
%41.18

CMYK Percentages of Color #fc12bd

%0
%93
%25
%1

Triadic Colors of #fc12bd

#fc12bd #bdfc12 #12bdfc

Analogous Colors of #fc12bd

#fc12bd #fc1248 #c612fc

Monochromatic Colors of #fc12bd

#fc12bd

Complementary Color

#fc12bd #12fc51

#fc12bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc12bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc12bd Color CSS Codes

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

#fc12bd Text Font Color

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

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


#fc12bd Background Color

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

This div background color is #fc12bd


#fc12bd Border Color

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

This div border color is #fc12bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,18,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 #fc12bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc12bd


Comments

No comments written yet.

Please login to write comment.