Color Hex Logo

#fc048a Color Hex

#FC048A
(252,4,138)
0 Favorites   0 Comments

Color spaces of #fc048a

RGB 2524138
HSL0.910.980.50
HSV328°98°99°
CMYK 0.000.980.45   0.01
XYZ44.775722.617326.0504
Yxy22.61730.47920.2420
Hunter Lab47.557684.83250.8134
CIE-Lab54.675984.4117-2.3049

#fc048a color RGB value is (252,4,138).

#fc048a hex color red value is 252, green value is 4 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fc048a hue: 0.91 , saturation: 0.98 and the lightness value of fc048a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000100 10001010
Octal 374 4 212
Decimal 252 4 138
Hex FC 4 8A

RGB Percentages of Color #fc048a

%63.96
%1.02
%35.03

CMYK Percentages of Color #fc048a

%0
%98
%45
%1

Triadic Colors of #fc048a

#fc048a #8afc04 #048afc

Analogous Colors of #fc048a

#fc048a #fc040e #f204fc

Monochromatic Colors of #fc048a

#fc048a

Complementary Color

#fc048a #04fc76

#fc048a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc048a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc048a Color CSS Codes

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

#fc048a Text Font Color

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

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


#fc048a Background Color

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

This div background color is #fc048a


#fc048a Border Color

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

This div border color is #fc048a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc048a


Comments

No comments written yet.

Please login to write comment.