Color Hex Logo

#fb128d Color Hex

#FB128D
(251,18,141)
0 Favorites   0 Comments

Color spaces of #fb128d

RGB 25118141
HSL0.910.970.53
HSV328°93°98°
CMYK 0.000.930.44   0.02
XYZ44.807722.864927.2510
Yxy22.86490.47200.2409
Hunter Lab47.817383.5852-0.3172
CIE-Lab54.932983.3967-3.7406

#fb128d color RGB value is (251,18,141).

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

The process color (four color CMYK) of #fb128d color hex is 0.00, 0.93, 0.44, 0.02. Web safe color of #fb128d is #ff0099. Color #fb128d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010010 10001101
Octal 373 22 215
Decimal 251 18 141
Hex FB 12 8D

RGB Percentages of Color #fb128d

%61.22
%4.39
%34.39

CMYK Percentages of Color #fb128d

%0
%93
%44
%2

Triadic Colors of #fb128d

#fb128d #8dfb12 #128dfb

Analogous Colors of #fb128d

#fb128d #fb1218 #f512fb

Monochromatic Colors of #fb128d

#fb128d

Complementary Color

#fb128d #12fb80

#fb128d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb128d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb128d Color CSS Codes

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

#fb128d Text Font Color

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

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


#fb128d Background Color

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

This div background color is #fb128d


#fb128d Border Color

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

This div border color is #fb128d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb128d


Comments

No comments written yet.

Please login to write comment.