Color Hex Logo

#fb085a Color Hex

#FB085A
(251,8,90)
0 Favorites   0 Comments

Color spaces of #fb085a

RGB 251890
HSL0.940.970.51
HSV340°97°98°
CMYK 0.000.970.64   0.02
XYZ41.716021.421111.6089
Yxy21.42110.55810.2866
Hunter Lab46.282979.891517.5267
CIE-Lab53.407380.808224.8317

#fb085a color RGB value is (251,8,90).

#fb085a hex color red value is 251, green value is 8 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fb085a hue: 0.94 , saturation: 0.97 and the lightness value of fb085a is 0.51.

The process color (four color CMYK) of #fb085a color hex is 0.00, 0.97, 0.64, 0.02. Web safe color of #fb085a is #ff0066. Color #fb085a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001000 01011010
Octal 373 10 132
Decimal 251 8 90
Hex FB 8 5A

RGB Percentages of Color #fb085a

%71.92
%2.29
%25.79

CMYK Percentages of Color #fb085a

%0
%97
%64
%2

Triadic Colors of #fb085a

#fb085a #5afb08 #085afb

Analogous Colors of #fb085a

#fb085a #fb2f08 #fb08d4

Monochromatic Colors of #fb085a

#fb085a

Complementary Color

#fb085a #08fba9

#fb085a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb085a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb085a Color CSS Codes

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

#fb085a Text Font Color

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

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


#fb085a Background Color

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

This div background color is #fb085a


#fb085a Border Color

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

This div border color is #fb085a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb085a


Comments

No comments written yet.

Please login to write comment.