Color Hex Logo

#fb127e Color Hex

#FB127E
(251,18,126)
0 Favorites   0 Comments

Color spaces of #fb127e

RGB 25118126
HSL0.920.970.53
HSV332°93°98°
CMYK 0.000.930.50   0.02
XYZ43.765922.448221.7649
Yxy22.44820.49750.2552
Hunter Lab47.379581.97165.9294
CIE-Lab54.499482.22584.6109

#fb127e color RGB value is (251,18,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010010 01111110
Octal 373 22 176
Decimal 251 18 126
Hex FB 12 7E

RGB Percentages of Color #fb127e

%63.54
%4.56
%31.90

CMYK Percentages of Color #fb127e

%0
%93
%50
%2

Triadic Colors of #fb127e

#fb127e #7efb12 #127efb

Analogous Colors of #fb127e

#fb127e #fb1b12 #fb12f3

Monochromatic Colors of #fb127e

#fb127e

Complementary Color

#fb127e #12fb8f

#fb127e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb127e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb127e Color CSS Codes

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

#fb127e Text Font Color

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

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


#fb127e Background Color

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

This div background color is #fb127e


#fb127e Border Color

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

This div border color is #fb127e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb127e

Related Colors


Comments

No comments written yet.

Please login to write comment.