Color Hex Logo

#fb017e Color Hex

#FB017E
(251,1,126)
0 Favorites   0 Comments

Color spaces of #fb017e

RGB 2511126
HSL0.920.990.49
HSV330°100°98°
CMYK 0.001.000.50   0.02
XYZ43.560422.037321.6964
Yxy22.03730.49900.2524
Hunter Lab46.943983.48275.4582
CIE-Lab54.066683.48613.9875

#fb017e color RGB value is (251,1,126).

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

The process color (four color CMYK) of #fb017e color hex is 0.00, 1.00, 0.50, 0.02. Web safe color of #fb017e is #ff0066. Color #fb017e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000001 01111110
Octal 373 1 176
Decimal 251 1 126
Hex FB 1 7E

RGB Percentages of Color #fb017e

%66.40
%0.26
%33.33

CMYK Percentages of Color #fb017e

%0
%100
%50
%2

Triadic Colors of #fb017e

#fb017e #7efb01 #017efb

Analogous Colors of #fb017e

#fb017e #fb0101 #fb01fb

Monochromatic Colors of #fb017e

#fb017e

Complementary Color

#fb017e #01fb7e

#fb017e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb017e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb017e Color CSS Codes

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

#fb017e Text Font Color

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

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


#fb017e Background Color

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

This div background color is #fb017e


#fb017e Border Color

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

This div border color is #fb017e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb017e


Comments

No comments written yet.

Please login to write comment.