Color Hex Logo

#b50adb Color Hex

#B50ADB
(181,10,219)
0 Favorites   0 Comments

Color spaces of #b50adb

RGB 18110219
HSL0.800.910.45
HSV289°95°86°
CMYK 0.170.950.00   0.14
XYZ31.950815.155368.2591
Yxy15.15530.27700.1314
Hunter Lab38.929878.3729-76.7076
CIE-Lab45.846281.0788-64.5397

#b50adb color RGB value is (181,10,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001010 11011011
Octal 265 12 333
Decimal 181 10 219
Hex B5 A DB

RGB Percentages of Color #b50adb

%44.15
%2.44
%53.41

CMYK Percentages of Color #b50adb

%17
%95
%0
%14

Triadic Colors of #b50adb

#b50adb #dbb50a #0adbb5

Analogous Colors of #b50adb

#b50adb #db0a99 #4c0adb

Monochromatic Colors of #b50adb

#b50adb

Complementary Color

#b50adb #30db0a

#b50adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50adb Color CSS Codes

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

#b50adb Text Font Color

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

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


#b50adb Background Color

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

This div background color is #b50adb


#b50adb Border Color

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

This div border color is #b50adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50adb


Comments

No comments written yet.

Please login to write comment.