Color Hex Logo

#fb18ed Color Hex

#FB18ED
(251,24,237)
0 Favorites   0 Comments

Color spaces of #fb18ed

RGB 25124237
HSL0.840.970.54
HSV304°90°98°
CMYK 0.000.900.06   0.02
XYZ55.396427.276982.4660
Yxy27.27690.33550.1652
Hunter Lab52.227397.9335-57.0588
CIE-Lab59.229893.3888-52.5998

#fb18ed color RGB value is (251,24,237).

#fb18ed hex color red value is 251, green value is 24 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fb18ed hue: 0.84 , saturation: 0.97 and the lightness value of fb18ed is 0.54.

The process color (four color CMYK) of #fb18ed color hex is 0.00, 0.90, 0.06, 0.02. Web safe color of #fb18ed is #ff00ff. Color #fb18ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011000 11101101
Octal 373 30 355
Decimal 251 24 237
Hex FB 18 ED

RGB Percentages of Color #fb18ed

%49.02
%4.69
%46.29

CMYK Percentages of Color #fb18ed

%0
%90
%6
%2

Triadic Colors of #fb18ed

#fb18ed #edfb18 #18edfb

Analogous Colors of #fb18ed

#fb18ed #fb187c #9818fb

Monochromatic Colors of #fb18ed

#fb18ed

Complementary Color

#fb18ed #18fb26

#fb18ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb18ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb18ed Color CSS Codes

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

#fb18ed Text Font Color

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

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


#fb18ed Background Color

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

This div background color is #fb18ed


#fb18ed Border Color

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

This div border color is #fb18ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb18ed


Comments

No comments written yet.

Please login to write comment.