Color Hex Logo

#fb229f Color Hex

#FB229F
(251,34,159)
0 Favorites   0 Comments

Color spaces of #fb229f

RGB 25134159
HSL0.900.960.56
HSV325°86°98°
CMYK 0.000.860.37   0.02
XYZ46.613724.156535.0067
Yxy24.15650.44070.2284
Hunter Lab49.149383.2802-7.8250
CIE-Lab56.244182.9043-12.4537

#fb229f color RGB value is (251,34,159).

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

The process color (four color CMYK) of #fb229f color hex is 0.00, 0.86, 0.37, 0.02. Web safe color of #fb229f is #ff3399. Color #fb229f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100010 10011111
Octal 373 42 237
Decimal 251 34 159
Hex FB 22 9F

RGB Percentages of Color #fb229f

%56.53
%7.66
%35.81

CMYK Percentages of Color #fb229f

%0
%86
%37
%2

Triadic Colors of #fb229f

#fb229f #9ffb22 #229ffb

Analogous Colors of #fb229f

#fb229f #fb2233 #eb22fb

Monochromatic Colors of #fb229f

#fb229f

Complementary Color

#fb229f #22fb7e

#fb229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb229f Color CSS Codes

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

#fb229f Text Font Color

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

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


#fb229f Background Color

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

This div background color is #fb229f


#fb229f Border Color

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

This div border color is #fb229f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb229f


Comments

No comments written yet.

Please login to write comment.