Color Hex Logo

#fb4abb Color Hex

#FB4ABB
(251,74,187)
0 Favorites   0 Comments

Color spaces of #fb4abb

RGB 25174187
HSL0.890.960.64
HSV322°71°98°
CMYK 0.000.710.25   0.02
XYZ51.202128.994649.9116
Yxy28.99460.39350.2228
Hunter Lab53.846675.5018-17.2645
CIE-Lab60.776975.9016-21.8354

#fb4abb color RGB value is (251,74,187).

#fb4abb hex color red value is 251, green value is 74 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fb4abb hue: 0.89 , saturation: 0.96 and the lightness value of fb4abb is 0.64.

The process color (four color CMYK) of #fb4abb color hex is 0.00, 0.71, 0.25, 0.02. Web safe color of #fb4abb is #ff33cc. Color #fb4abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001010 10111011
Octal 373 112 273
Decimal 251 74 187
Hex FB 4A BB

RGB Percentages of Color #fb4abb

%49.02
%14.45
%36.52

CMYK Percentages of Color #fb4abb

%0
%71
%25
%2

Triadic Colors of #fb4abb

#fb4abb #bbfb4a #4abbfb

Analogous Colors of #fb4abb

#fb4abb #fb4a62 #e34afb

Monochromatic Colors of #fb4abb

#fb4abb

Complementary Color

#fb4abb #4afb8a

#fb4abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4abb Color CSS Codes

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

#fb4abb Text Font Color

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

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


#fb4abb Background Color

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

This div background color is #fb4abb


#fb4abb Border Color

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

This div border color is #fb4abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4abb


Comments

No comments written yet.

Please login to write comment.