Color Hex Logo

#fb2bae Color Hex

#FB2BAE
(251,43,174)
0 Favorites   0 Comments

Color spaces of #fb2bae

RGB 25143174
HSL0.900.960.58
HSV322°83°98°
CMYK 0.000.830.31   0.02
XYZ48.287525.293042.3814
Yxy25.29300.41640.2181
Hunter Lab50.292183.3737-14.7594
CIE-Lab57.359882.7596-19.5452

#fb2bae color RGB value is (251,43,174).

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

The process color (four color CMYK) of #fb2bae color hex is 0.00, 0.83, 0.31, 0.02. Web safe color of #fb2bae is #ff3399. Color #fb2bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101011 10101110
Octal 373 53 256
Decimal 251 43 174
Hex FB 2B AE

RGB Percentages of Color #fb2bae

%53.63
%9.19
%37.18

CMYK Percentages of Color #fb2bae

%0
%83
%31
%2

Triadic Colors of #fb2bae

#fb2bae #aefb2b #2baefb

Analogous Colors of #fb2bae

#fb2bae #fb2b46 #e02bfb

Monochromatic Colors of #fb2bae

#fb2bae

Complementary Color

#fb2bae #2bfb78

#fb2bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb2bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb2bae Color CSS Codes

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

#fb2bae Text Font Color

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

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


#fb2bae Background Color

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

This div background color is #fb2bae


#fb2bae Border Color

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

This div border color is #fb2bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb2bae


Comments

No comments written yet.

Please login to write comment.