Color Hex Logo

#fb026d Color Hex

#FB026D
(251,2,109)
0 Favorites   0 Comments

Color spaces of #fb026d

RGB 2512109
HSL0.930.980.50
HSV334°99°98°
CMYK 0.000.990.57   0.02
XYZ42.565721.656816.4047
Yxy21.65680.52790.2686
Hunter Lab46.536981.828411.6755
CIE-Lab53.661082.277513.6828

#fb026d color RGB value is (251,2,109).

#fb026d hex color red value is 251, green value is 2 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fb026d hue: 0.93 , saturation: 0.98 and the lightness value of fb026d is 0.50.

The process color (four color CMYK) of #fb026d color hex is 0.00, 0.99, 0.57, 0.02. Web safe color of #fb026d is #ff0066. Color #fb026d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000010 01101101
Octal 373 2 155
Decimal 251 2 109
Hex FB 2 6D

RGB Percentages of Color #fb026d

%69.34
%0.55
%30.11

CMYK Percentages of Color #fb026d

%0
%99
%57
%2

Triadic Colors of #fb026d

#fb026d #6dfb02 #026dfb

Analogous Colors of #fb026d

#fb026d #fb1302 #fb02ea

Monochromatic Colors of #fb026d

#fb026d

Complementary Color

#fb026d #02fb90

#fb026d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb026d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb026d Color CSS Codes

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

#fb026d Text Font Color

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

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


#fb026d Background Color

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

This div background color is #fb026d


#fb026d Border Color

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

This div border color is #fb026d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb026d


Comments

No comments written yet.

Please login to write comment.