Color Hex Logo

#fb2059 Color Hex

#FB2059
(251,32,89)
0 Favorites   0 Comments

Color spaces of #fb2059

RGB 2513289
HSL0.960.960.55
HSV344°87°98°
CMYK 0.000.870.65   0.02
XYZ42.103322.263511.5294
Yxy22.26350.55470.2933
Hunter Lab47.184276.706318.5415
CIE-Lab54.305578.109226.5972

#fb2059 color RGB value is (251,32,89).

#fb2059 hex color red value is 251, green value is 32 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fb2059 hue: 0.96 , saturation: 0.96 and the lightness value of fb2059 is 0.55.

The process color (four color CMYK) of #fb2059 color hex is 0.00, 0.87, 0.65, 0.02. Web safe color of #fb2059 is #ff3366. Color #fb2059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100000 01011001
Octal 373 40 131
Decimal 251 32 89
Hex FB 20 59

RGB Percentages of Color #fb2059

%67.47
%8.60
%23.92

CMYK Percentages of Color #fb2059

%0
%87
%65
%2

Triadic Colors of #fb2059

#fb2059 #59fb20 #2059fb

Analogous Colors of #fb2059

#fb2059 #fb5520 #fb20c7

Monochromatic Colors of #fb2059

#fb2059

Complementary Color

#fb2059 #20fbc2

#fb2059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb2059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb2059 Color CSS Codes

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

#fb2059 Text Font Color

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

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


#fb2059 Background Color

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

This div background color is #fb2059


#fb2059 Border Color

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

This div border color is #fb2059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb2059

Related Colors


Comments

No comments written yet.

Please login to write comment.