Color Hex Logo

#fb49eb Color Hex

#FB49EB
(251,73,235)
0 Favorites   0 Comments

Color spaces of #fb49eb

RGB 25173235
HSL0.850.960.64
HSV305°71°98°
CMYK 0.000.710.06   0.02
XYZ57.161631.272581.6207
Yxy31.27250.33610.1839
Hunter Lab55.921884.5941-47.3915
CIE-Lab62.737082.6613-45.9278

#fb49eb color RGB value is (251,73,235).

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

The process color (four color CMYK) of #fb49eb color hex is 0.00, 0.71, 0.06, 0.02. Web safe color of #fb49eb is #ff33ff. Color #fb49eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001001 11101011
Octal 373 111 353
Decimal 251 73 235
Hex FB 49 EB

RGB Percentages of Color #fb49eb

%44.90
%13.06
%42.04

CMYK Percentages of Color #fb49eb

%0
%71
%6
%2

Triadic Colors of #fb49eb

#fb49eb #ebfb49 #49ebfb

Analogous Colors of #fb49eb

#fb49eb #fb4992 #b249fb

Monochromatic Colors of #fb49eb

#fb49eb

Complementary Color

#fb49eb #49fb59

#fb49eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb49eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb49eb Color CSS Codes

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

#fb49eb Text Font Color

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

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


#fb49eb Background Color

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

This div background color is #fb49eb


#fb49eb Border Color

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

This div border color is #fb49eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,73,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 #fb49eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb49eb


Comments

No comments written yet.

Please login to write comment.