Color Hex Logo

#fb15ea Color Hex

#FB15EA
(251,21,234)
0 Favorites   0 Comments

Color spaces of #fb15ea

RGB 25121234
HSL0.850.970.53
HSV304°92°98°
CMYK 0.000.920.07   0.02
XYZ54.903126.986180.1570
Yxy26.98610.33880.1665
Hunter Lab51.948197.7443-55.1219
CIE-Lab58.961593.3019-51.3448

#fb15ea color RGB value is (251,21,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010101 11101010
Octal 373 25 352
Decimal 251 21 234
Hex FB 15 EA

RGB Percentages of Color #fb15ea

%49.60
%4.15
%46.25

CMYK Percentages of Color #fb15ea

%0
%92
%7
%2

Triadic Colors of #fb15ea

#fb15ea #eafb15 #15eafb

Analogous Colors of #fb15ea

#fb15ea #fb1577 #9915fb

Monochromatic Colors of #fb15ea

#fb15ea

Complementary Color

#fb15ea #15fb26

#fb15ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb15ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb15ea Color CSS Codes

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

#fb15ea Text Font Color

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

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


#fb15ea Background Color

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

This div background color is #fb15ea


#fb15ea Border Color

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

This div border color is #fb15ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb15ea

Related Colors


Comments

No comments written yet.

Please login to write comment.