Color Hex Logo

#fb229e Color Hex

#FB229E
(251,34,158)
0 Favorites   0 Comments

Color spaces of #fb229e

RGB 25134158
HSL0.900.960.56
HSV326°86°98°
CMYK 0.000.860.37   0.02
XYZ46.527224.121934.5515
Yxy24.12190.44230.2293
Hunter Lab49.114183.1488-7.3304
CIE-Lab56.209682.8090-11.9167

#fb229e color RGB value is (251,34,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100010 10011110
Octal 373 42 236
Decimal 251 34 158
Hex FB 22 9E

RGB Percentages of Color #fb229e

%56.66
%7.67
%35.67

CMYK Percentages of Color #fb229e

%0
%86
%37
%2

Triadic Colors of #fb229e

#fb229e #9efb22 #229efb

Analogous Colors of #fb229e

#fb229e #fb2231 #ec22fb

Monochromatic Colors of #fb229e

#fb229e

Complementary Color

#fb229e #22fb7f

#fb229e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb229e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb229e Color CSS Codes

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

#fb229e Text Font Color

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

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


#fb229e Background Color

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

This div background color is #fb229e


#fb229e Border Color

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

This div border color is #fb229e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb229e

Related Colors


Comments

No comments written yet.

Please login to write comment.