Color Hex Logo

#fc148a Color Hex

#FC148A
(252,20,138)
0 Favorites   0 Comments

Color spaces of #fc148a

RGB 25220138
HSL0.920.970.53
HSV329°92°99°
CMYK 0.000.920.45   0.01
XYZ44.982523.030726.1193
Yxy23.03070.47790.2447
Hunter Lab47.990383.32941.3239
CIE-Lab55.103983.1648-1.6763

#fc148a color RGB value is (252,20,138).

#fc148a hex color red value is 252, green value is 20 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fc148a hue: 0.92 , saturation: 0.97 and the lightness value of fc148a is 0.53.

The process color (four color CMYK) of #fc148a color hex is 0.00, 0.92, 0.45, 0.01. Web safe color of #fc148a is #ff0099. Color #fc148a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010100 10001010
Octal 374 24 212
Decimal 252 20 138
Hex FC 14 8A

RGB Percentages of Color #fc148a

%61.46
%4.88
%33.66

CMYK Percentages of Color #fc148a

%0
%92
%45
%1

Triadic Colors of #fc148a

#fc148a #8afc14 #148afc

Analogous Colors of #fc148a

#fc148a #fc1416 #fa14fc

Monochromatic Colors of #fc148a

#fc148a

Complementary Color

#fc148a #14fc86

#fc148a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc148a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc148a Color CSS Codes

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

#fc148a Text Font Color

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

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


#fc148a Background Color

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

This div background color is #fc148a


#fc148a Border Color

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

This div border color is #fc148a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc148a


Comments

No comments written yet.

Please login to write comment.