Color Hex Logo

#b50ebd Color Hex

#B50EBD
(181,14,189)
0 Favorites   0 Comments

Color spaces of #b50ebd

RGB 18114189
HSL0.830.860.40
HSV297°93°74°
CMYK 0.040.930.00   0.26
XYZ28.398413.812049.3133
Yxy13.81200.31030.1509
Hunter Lab37.164571.3588-52.6563
CIE-Lab43.962175.8058-50.2077

#b50ebd color RGB value is (181,14,189).

#b50ebd hex color red value is 181, green value is 14 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b50ebd hue: 0.83 , saturation: 0.86 and the lightness value of b50ebd is 0.40.

The process color (four color CMYK) of #b50ebd color hex is 0.04, 0.93, 0.00, 0.26. Web safe color of #b50ebd is #cc00cc. Color #b50ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001110 10111101
Octal 265 16 275
Decimal 181 14 189
Hex B5 E BD

RGB Percentages of Color #b50ebd

%47.14
%3.65
%49.22

CMYK Percentages of Color #b50ebd

%4
%93
%0
%26

Triadic Colors of #b50ebd

#b50ebd #bdb50e #0ebdb5

Analogous Colors of #b50ebd

#b50ebd #bd0e6e #5d0ebd

Monochromatic Colors of #b50ebd

#b50ebd

Complementary Color

#b50ebd #16bd0e

#b50ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50ebd Color CSS Codes

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

#b50ebd Text Font Color

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

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


#b50ebd Background Color

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

This div background color is #b50ebd


#b50ebd Border Color

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

This div border color is #b50ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50ebd


Comments

No comments written yet.

Please login to write comment.