Color Hex Logo

#b50ee3 Color Hex

#B50EE3
(181,14,227)
0 Favorites   0 Comments

Color spaces of #b50ee3

RGB 18114227
HSL0.800.880.47
HSV287°94°89°
CMYK 0.200.940.00   0.11
XYZ33.078215.683973.9569
Yxy15.68390.26950.1278
Hunter Lab39.602979.7865-82.9998
CIE-Lab46.557082.0567-67.9501

#b50ee3 color RGB value is (181,14,227).

#b50ee3 hex color red value is 181, green value is 14 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #b50ee3 hue: 0.80 , saturation: 0.88 and the lightness value of b50ee3 is 0.47.

The process color (four color CMYK) of #b50ee3 color hex is 0.20, 0.94, 0.00, 0.11. Web safe color of #b50ee3 is #cc00cc. Color #b50ee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001110 11100011
Octal 265 16 343
Decimal 181 14 227
Hex B5 E E3

RGB Percentages of Color #b50ee3

%42.89
%3.32
%53.79

CMYK Percentages of Color #b50ee3

%20
%94
%0
%11

Triadic Colors of #b50ee3

#b50ee3 #e3b50e #0ee3b5

Analogous Colors of #b50ee3

#b50ee3 #e30ea7 #4a0ee3

Monochromatic Colors of #b50ee3

#b50ee3

Complementary Color

#b50ee3 #3ce30e

#b50ee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50ee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50ee3 Color CSS Codes

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

#b50ee3 Text Font Color

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

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


#b50ee3 Background Color

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

This div background color is #b50ee3


#b50ee3 Border Color

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

This div border color is #b50ee3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,14,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50ee3


Comments

No comments written yet.

Please login to write comment.