Color Hex Logo

#fb025e Color Hex

#FB025E
(251,2,94)
0 Favorites   0 Comments

Color spaces of #fb025e

RGB 251294
HSL0.940.980.50
HSV338°99°98°
CMYK 0.000.990.63   0.02
XYZ41.825721.360812.5083
Yxy21.36080.55260.2822
Hunter Lab46.217780.656216.3063
CIE-Lab53.342181.422022.3308

#fb025e color RGB value is (251,2,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000010 01011110
Octal 373 2 136
Decimal 251 2 94
Hex FB 2 5E

RGB Percentages of Color #fb025e

%72.33
%0.58
%27.09

CMYK Percentages of Color #fb025e

%0
%99
%63
%2

Triadic Colors of #fb025e

#fb025e #5efb02 #025efb

Analogous Colors of #fb025e

#fb025e #fb2202 #fb02db

Monochromatic Colors of #fb025e

#fb025e

Complementary Color

#fb025e #02fb9f

#fb025e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb025e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb025e Color CSS Codes

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

#fb025e Text Font Color

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

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


#fb025e Background Color

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

This div background color is #fb025e


#fb025e Border Color

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

This div border color is #fb025e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb025e

Related Colors


Comments

No comments written yet.

Please login to write comment.