Color Hex Logo

#fc058a Color Hex

#FC058A
(252,5,138)
0 Favorites   0 Comments

Color spaces of #fc058a

RGB 2525138
HSL0.910.980.50
HSV328°98°99°
CMYK 0.000.980.45   0.01
XYZ44.786622.639026.0540
Yxy22.63900.47910.2422
Hunter Lab47.580584.75290.8404
CIE-Lab54.698584.3458-2.2716

#fc058a color RGB value is (252,5,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000101 10001010
Octal 374 5 212
Decimal 252 5 138
Hex FC 5 8A

RGB Percentages of Color #fc058a

%63.80
%1.27
%34.94

CMYK Percentages of Color #fc058a

%0
%98
%45
%1

Triadic Colors of #fc058a

#fc058a #8afc05 #058afc

Analogous Colors of #fc058a

#fc058a #fc050f #f305fc

Monochromatic Colors of #fc058a

#fc058a

Complementary Color

#fc058a #05fc77

#fc058a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc058a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc058a Color CSS Codes

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

#fc058a Text Font Color

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

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


#fc058a Background Color

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

This div background color is #fc058a


#fc058a Border Color

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

This div border color is #fc058a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc058a


Comments

No comments written yet.

Please login to write comment.