Color Hex Logo

#fb4feb Color Hex

#FB4FEB
(251,79,235)
0 Favorites   0 Comments

Color spaces of #fb4feb

RGB 25179235
HSL0.850.960.65
HSV306°69°98°
CMYK 0.000.690.06   0.02
XYZ57.575032.099481.7585
Yxy32.09940.33580.1872
Hunter Lab56.656382.2457-45.8996
CIE-Lab63.425080.7110-44.8438

#fb4feb color RGB value is (251,79,235).

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

The process color (four color CMYK) of #fb4feb color hex is 0.00, 0.69, 0.06, 0.02. Web safe color of #fb4feb is #ff66ff. Color #fb4feb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001111 11101011
Octal 373 117 353
Decimal 251 79 235
Hex FB 4F EB

RGB Percentages of Color #fb4feb

%44.42
%13.98
%41.59

CMYK Percentages of Color #fb4feb

%0
%69
%6
%2

Triadic Colors of #fb4feb

#fb4feb #ebfb4f #4febfb

Analogous Colors of #fb4feb

#fb4feb #fb4f95 #b54ffb

Monochromatic Colors of #fb4feb

#fb4feb

Complementary Color

#fb4feb #4ffb5f

#fb4feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4feb Color CSS Codes

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

#fb4feb Text Font Color

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

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


#fb4feb Background Color

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

This div background color is #fb4feb


#fb4feb Border Color

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

This div border color is #fb4feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4feb


Comments

No comments written yet.

Please login to write comment.