Color Hex Logo

#b50fea Color Hex

#B50FEA
(181,15,234)
0 Favorites   0 Comments

Color spaces of #b50fea

RGB 18115234
HSL0.790.880.49
HSV285°94°92°
CMYK 0.230.940.00   0.08
XYZ34.078216.105979.1545
Yxy16.10590.26350.1245
Hunter Lab40.132281.3419-88.8479
CIE-Lab47.113183.1687-71.0169

#b50fea color RGB value is (181,15,234).

#b50fea hex color red value is 181, green value is 15 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b50fea hue: 0.79 , saturation: 0.88 and the lightness value of b50fea is 0.49.

The process color (four color CMYK) of #b50fea color hex is 0.23, 0.94, 0.00, 0.08. Web safe color of #b50fea is #cc00ff. Color #b50fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001111 11101010
Octal 265 17 352
Decimal 181 15 234
Hex B5 F EA

RGB Percentages of Color #b50fea

%42.09
%3.49
%54.42

CMYK Percentages of Color #b50fea

%23
%94
%0
%8

Triadic Colors of #b50fea

#b50fea #eab50f #0feab5

Analogous Colors of #b50fea

#b50fea #ea0fb2 #470fea

Monochromatic Colors of #b50fea

#b50fea

Complementary Color

#b50fea #44ea0f

#b50fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50fea Color CSS Codes

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

#b50fea Text Font Color

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

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


#b50fea Background Color

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

This div background color is #b50fea


#b50fea Border Color

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

This div border color is #b50fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50fea


Comments

No comments written yet.

Please login to write comment.