Color Hex Logo

#fb259a Color Hex

#FB259A
(251,37,154)
0 Favorites   0 Comments

Color spaces of #fb259a

RGB 25137154
HSL0.910.960.56
HSV327°85°98°
CMYK 0.000.850.39   0.02
XYZ46.278024.165532.7971
Yxy24.16550.44830.2341
Hunter Lab49.158482.0136-5.1457
CIE-Lab56.253181.9168-9.4926

#fb259a color RGB value is (251,37,154).

#fb259a hex color red value is 251, green value is 37 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fb259a hue: 0.91 , saturation: 0.96 and the lightness value of fb259a is 0.56.

The process color (four color CMYK) of #fb259a color hex is 0.00, 0.85, 0.39, 0.02. Web safe color of #fb259a is #ff3399. Color #fb259a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100101 10011010
Octal 373 45 232
Decimal 251 37 154
Hex FB 25 9A

RGB Percentages of Color #fb259a

%56.79
%8.37
%34.84

CMYK Percentages of Color #fb259a

%0
%85
%39
%2

Triadic Colors of #fb259a

#fb259a #9afb25 #259afb

Analogous Colors of #fb259a

#fb259a #fb252f #f125fb

Monochromatic Colors of #fb259a

#fb259a

Complementary Color

#fb259a #25fb86

#fb259a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb259a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb259a Color CSS Codes

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

#fb259a Text Font Color

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

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


#fb259a Background Color

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

This div background color is #fb259a


#fb259a Border Color

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

This div border color is #fb259a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb259a


Comments

No comments written yet.

Please login to write comment.