Color Hex Logo

#fb49ed Color Hex

#FB49ED
(251,73,237)
0 Favorites   0 Comments

Color spaces of #fb49ed

RGB 25173237
HSL0.850.960.64
HSV305°71°98°
CMYK 0.000.710.06   0.02
XYZ57.452331.388783.1513
Yxy31.38870.33400.1825
Hunter Lab56.025685.0006-48.7782
CIE-Lab62.834482.9557-46.8885

#fb49ed color RGB value is (251,73,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001001 11101101
Octal 373 111 355
Decimal 251 73 237
Hex FB 49 ED

RGB Percentages of Color #fb49ed

%44.74
%13.01
%42.25

CMYK Percentages of Color #fb49ed

%0
%71
%6
%2

Triadic Colors of #fb49ed

#fb49ed #edfb49 #49edfb

Analogous Colors of #fb49ed

#fb49ed #fb4994 #b049fb

Monochromatic Colors of #fb49ed

#fb49ed

Complementary Color

#fb49ed #49fb57

#fb49ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb49ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb49ed Color CSS Codes

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

#fb49ed Text Font Color

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

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


#fb49ed Background Color

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

This div background color is #fb49ed


#fb49ed Border Color

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

This div border color is #fb49ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb49ed


Comments

No comments written yet.

Please login to write comment.