Color Hex Logo

#fb258d Color Hex

#FB258D
(251,37,141)
0 Favorites   0 Comments

Color spaces of #fb258d

RGB 25137141
HSL0.920.960.56
HSV331°85°98°
CMYK 0.000.850.44   0.02
XYZ45.252923.755527.3995
Yxy23.75550.46940.2464
Hunter Lab48.739680.43620.7872
CIE-Lab55.842280.7621-2.4015

#fb258d color RGB value is (251,37,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100101 10001101
Octal 373 45 215
Decimal 251 37 141
Hex FB 25 8D

RGB Percentages of Color #fb258d

%58.51
%8.62
%32.87

CMYK Percentages of Color #fb258d

%0
%85
%44
%2

Triadic Colors of #fb258d

#fb258d #8dfb25 #258dfb

Analogous Colors of #fb258d

#fb258d #fb2825 #fb25f8

Monochromatic Colors of #fb258d

#fb258d

Complementary Color

#fb258d #25fb93

#fb258d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb258d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb258d Color CSS Codes

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

#fb258d Text Font Color

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

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


#fb258d Background Color

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

This div background color is #fb258d


#fb258d Border Color

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

This div border color is #fb258d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb258d


Comments

No comments written yet.

Please login to write comment.