Color Hex Logo

#fb15ed Color Hex

#FB15ED
(251,21,237)
0 Favorites   0 Comments

Color spaces of #fb15ed

RGB 25121237
HSL0.840.970.53
HSV304°92°98°
CMYK 0.000.920.06   0.02
XYZ55.337927.160082.4465
Yxy27.16000.33550.1647
Hunter Lab52.115398.3362-57.3163
CIE-Lab59.122193.7057-52.7710

#fb15ed color RGB value is (251,21,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010101 11101101
Octal 373 25 355
Decimal 251 21 237
Hex FB 15 ED

RGB Percentages of Color #fb15ed

%49.31
%4.13
%46.56

CMYK Percentages of Color #fb15ed

%0
%92
%6
%2

Triadic Colors of #fb15ed

#fb15ed #edfb15 #15edfb

Analogous Colors of #fb15ed

#fb15ed #fb157a #9615fb

Monochromatic Colors of #fb15ed

#fb15ed

Complementary Color

#fb15ed #15fb23

#fb15ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb15ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb15ed Color CSS Codes

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

#fb15ed Text Font Color

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

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


#fb15ed Background Color

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

This div background color is #fb15ed


#fb15ed Border Color

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

This div border color is #fb15ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb15ed

Related Colors


Comments

No comments written yet.

Please login to write comment.