Color Hex Logo

#fc019b Color Hex

#FC019B
(252,1,155)
0 Favorites   0 Comments

Color spaces of #fc019b

RGB 2521155
HSL0.900.990.50
HSV323°100°99°
CMYK 0.001.000.38   0.01
XYZ46.072123.083733.0377
Yxy23.08370.45080.2259
Hunter Lab48.045587.0887-7.1379
CIE-Lab55.158486.0510-11.7070

#fc019b color RGB value is (252,1,155).

#fc019b hex color red value is 252, green value is 1 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fc019b hue: 0.90 , saturation: 0.99 and the lightness value of fc019b is 0.50.

The process color (four color CMYK) of #fc019b color hex is 0.00, 1.00, 0.38, 0.01. Web safe color of #fc019b is #ff0099. Color #fc019b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000001 10011011
Octal 374 1 233
Decimal 252 1 155
Hex FC 1 9B

RGB Percentages of Color #fc019b

%61.76
%0.25
%37.99

CMYK Percentages of Color #fc019b

%0
%100
%38
%1

Triadic Colors of #fc019b

#fc019b #9bfc01 #019bfc

Analogous Colors of #fc019b

#fc019b #fc011e #e001fc

Monochromatic Colors of #fc019b

#fc019b

Complementary Color

#fc019b #01fc62

#fc019b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc019b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc019b Color CSS Codes

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

#fc019b Text Font Color

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

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


#fc019b Background Color

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

This div background color is #fc019b


#fc019b Border Color

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

This div border color is #fc019b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc019b


Comments

No comments written yet.

Please login to write comment.