Color Hex Logo

#fb019d Color Hex

#FB019D
(251,1,157)
0 Favorites   0 Comments

Color spaces of #fb019d

RGB 2511157
HSL0.900.990.49
HSV323°100°98°
CMYK 0.001.000.37   0.02
XYZ45.880322.965333.9129
Yxy22.96530.44650.2235
Hunter Lab47.922187.0309-8.4121
CIE-Lab55.036686.0305-13.0936

#fb019d color RGB value is (251,1,157).

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

The process color (four color CMYK) of #fb019d color hex is 0.00, 1.00, 0.37, 0.02. Web safe color of #fb019d is #ff0099. Color #fb019d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000001 10011101
Octal 373 1 235
Decimal 251 1 157
Hex FB 1 9D

RGB Percentages of Color #fb019d

%61.37
%0.24
%38.39

CMYK Percentages of Color #fb019d

%0
%100
%37
%2

Triadic Colors of #fb019d

#fb019d #9dfb01 #019dfb

Analogous Colors of #fb019d

#fb019d #fb0120 #dc01fb

Monochromatic Colors of #fb019d

#fb019d

Complementary Color

#fb019d #01fb5f

#fb019d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb019d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb019d Color CSS Codes

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

#fb019d Text Font Color

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

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


#fb019d Background Color

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

This div background color is #fb019d


#fb019d Border Color

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

This div border color is #fb019d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb019d


Comments

No comments written yet.

Please login to write comment.