Color Hex Logo

#b40adb Color Hex

#B40ADB
(180,10,219)
0 Favorites   0 Comments

Color spaces of #b40adb

RGB 18010219
HSL0.800.910.45
HSV289°95°86°
CMYK 0.180.950.00   0.14
XYZ31.717115.034968.2482
Yxy15.03490.27580.1307
Hunter Lab38.774978.1536-77.2148
CIE-Lab45.682080.9369-64.8137

#b40adb color RGB value is (180,10,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001010 11011011
Octal 264 12 333
Decimal 180 10 219
Hex B4 A DB

RGB Percentages of Color #b40adb

%44.01
%2.44
%53.55

CMYK Percentages of Color #b40adb

%18
%95
%0
%14

Triadic Colors of #b40adb

#b40adb #dbb40a #0adbb4

Analogous Colors of #b40adb

#b40adb #db0a9a #4b0adb

Monochromatic Colors of #b40adb

#b40adb

Complementary Color

#b40adb #31db0a

#b40adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40adb Color CSS Codes

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

#b40adb Text Font Color

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

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


#b40adb Background Color

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

This div background color is #b40adb


#b40adb Border Color

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

This div border color is #b40adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40adb


Comments

No comments written yet.

Please login to write comment.