Color Hex Logo

#b50edb Color Hex

#B50EDB
(181,14,219)
0 Favorites   0 Comments

Color spaces of #b50edb

RGB 18114219
HSL0.800.880.46
HSV289°94°86°
CMYK 0.170.940.00   0.14
XYZ31.999315.252368.2753
Yxy15.25230.27700.1320
Hunter Lab39.054277.9103-76.3140
CIE-Lab45.977880.6871-64.3262

#b50edb color RGB value is (181,14,219).

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

The process color (four color CMYK) of #b50edb color hex is 0.17, 0.94, 0.00, 0.14. Web safe color of #b50edb is #cc00cc. Color #b50edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001110 11011011
Octal 265 16 333
Decimal 181 14 219
Hex B5 E DB

RGB Percentages of Color #b50edb

%43.72
%3.38
%52.90

CMYK Percentages of Color #b50edb

%17
%94
%0
%14

Triadic Colors of #b50edb

#b50edb #dbb50e #0edbb5

Analogous Colors of #b50edb

#b50edb #db0e9b #4f0edb

Monochromatic Colors of #b50edb

#b50edb

Complementary Color

#b50edb #34db0e

#b50edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50edb Color CSS Codes

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

#b50edb Text Font Color

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

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


#b50edb Background Color

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

This div background color is #b50edb


#b50edb Border Color

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

This div border color is #b50edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50edb


Comments

No comments written yet.

Please login to write comment.