Color Hex Logo

#fb4fbf Color Hex

#FB4FBF
(251,79,191)
0 Favorites   0 Comments

Color spaces of #fb4fbf

RGB 25179191
HSL0.890.960.65
HSV321°69°98°
CMYK 0.000.690.24   0.02
XYZ51.983629.862852.3145
Yxy29.86280.38750.2226
Hunter Lab54.646974.1686-18.5067
CIE-Lab61.535774.6904-22.9631

#fb4fbf color RGB value is (251,79,191).

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

The process color (four color CMYK) of #fb4fbf color hex is 0.00, 0.69, 0.24, 0.02. Web safe color of #fb4fbf is #ff66cc. Color #fb4fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001111 10111111
Octal 373 117 277
Decimal 251 79 191
Hex FB 4F BF

RGB Percentages of Color #fb4fbf

%48.18
%15.16
%36.66

CMYK Percentages of Color #fb4fbf

%0
%69
%24
%2

Triadic Colors of #fb4fbf

#fb4fbf #bffb4f #4fbffb

Analogous Colors of #fb4fbf

#fb4fbf #fb4f69 #e14ffb

Monochromatic Colors of #fb4fbf

#fb4fbf

Complementary Color

#fb4fbf #4ffb8b

#fb4fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4fbf Color CSS Codes

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

#fb4fbf Text Font Color

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

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


#fb4fbf Background Color

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

This div background color is #fb4fbf


#fb4fbf Border Color

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

This div border color is #fb4fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4fbf


Comments

No comments written yet.

Please login to write comment.