Color Hex Logo

#fb55ed Color Hex

#FB55ED
(251,85,237)
0 Favorites   0 Comments

Color spaces of #fb55ed

RGB 25185237
HSL0.850.950.66
HSV305°66°98°
CMYK 0.000.660.06   0.02
XYZ58.318233.120783.4400
Yxy33.12070.33350.1894
Hunter Lab57.550680.1673-45.6765
CIE-Lab64.258578.9305-44.6444

#fb55ed color RGB value is (251,85,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010101 11101101
Octal 373 125 355
Decimal 251 85 237
Hex FB 55 ED

RGB Percentages of Color #fb55ed

%43.80
%14.83
%41.36

CMYK Percentages of Color #fb55ed

%0
%66
%6
%2

Triadic Colors of #fb55ed

#fb55ed #edfb55 #55edfb

Analogous Colors of #fb55ed

#fb55ed #fb559a #b655fb

Monochromatic Colors of #fb55ed

#fb55ed

Complementary Color

#fb55ed #55fb63

#fb55ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb55ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb55ed Color CSS Codes

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

#fb55ed Text Font Color

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

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


#fb55ed Background Color

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

This div background color is #fb55ed


#fb55ed Border Color

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

This div border color is #fb55ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb55ed

Related Colors


Comments

No comments written yet.

Please login to write comment.