Color Hex Logo

#fc058b Color Hex

#FC058B
(252,5,139)
0 Favorites   0 Comments

Color spaces of #fc058b

RGB 2525139
HSL0.910.980.50
HSV327°98°99°
CMYK 0.000.980.45   0.01
XYZ44.859422.668126.4371
Yxy22.66810.47740.2412
Hunter Lab47.611084.86450.4056
CIE-Lab54.728884.4260-2.8250

#fc058b color RGB value is (252,5,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000101 10001011
Octal 374 5 213
Decimal 252 5 139
Hex FC 5 8B

RGB Percentages of Color #fc058b

%63.64
%1.26
%35.10

CMYK Percentages of Color #fc058b

%0
%98
%45
%1

Triadic Colors of #fc058b

#fc058b #8bfc05 #058bfc

Analogous Colors of #fc058b

#fc058b #fc0510 #f205fc

Monochromatic Colors of #fc058b

#fc058b

Complementary Color

#fc058b #05fc76

#fc058b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc058b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc058b Color CSS Codes

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

#fc058b Text Font Color

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

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


#fc058b Background Color

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

This div background color is #fc058b


#fc058b Border Color

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

This div border color is #fc058b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc058b

Related Colors


Comments

No comments written yet.

Please login to write comment.