Color Hex Logo

#fb59ea Color Hex

#FB59EA
(251,89,234)
0 Favorites   0 Comments

Color spaces of #fb59ea

RGB 25189234
HSL0.850.950.67
HSV306°65°98°
CMYK 0.000.650.07   0.02
XYZ58.207333.594581.2584
Yxy33.59450.33630.1941
Hunter Lab57.960877.8279-42.5494
CIE-Lab64.639477.0193-42.3785

#fb59ea color RGB value is (251,89,234).

#fb59ea hex color red value is 251, green value is 89 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fb59ea hue: 0.85 , saturation: 0.95 and the lightness value of fb59ea is 0.67.

The process color (four color CMYK) of #fb59ea color hex is 0.00, 0.65, 0.07, 0.02. Web safe color of #fb59ea is #ff66ff. Color #fb59ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011001 11101010
Octal 373 131 352
Decimal 251 89 234
Hex FB 59 EA

RGB Percentages of Color #fb59ea

%43.73
%15.51
%40.77

CMYK Percentages of Color #fb59ea

%0
%65
%7
%2

Triadic Colors of #fb59ea

#fb59ea #eafb59 #59eafb

Analogous Colors of #fb59ea

#fb59ea #fb5999 #bb59fb

Monochromatic Colors of #fb59ea

#fb59ea

Complementary Color

#fb59ea #59fb6a

#fb59ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb59ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb59ea Color CSS Codes

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

#fb59ea Text Font Color

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

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


#fb59ea Background Color

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

This div background color is #fb59ea


#fb59ea Border Color

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

This div border color is #fb59ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb59ea


Comments

No comments written yet.

Please login to write comment.