Color Hex Logo

#b40aeb Color Hex

#B40AEB
(180,10,235)
0 Favorites   0 Comments

Color spaces of #b40aeb

RGB 18010235
HSL0.790.920.48
HSV285°96°92°
CMYK 0.230.960.00   0.08
XYZ33.926315.918579.8817
Yxy15.91850.26150.1227
Hunter Lab39.898081.9617-90.7788
CIE-Lab46.867483.6994-71.9896

#b40aeb color RGB value is (180,10,235).

#b40aeb hex color red value is 180, green value is 10 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b40aeb hue: 0.79 , saturation: 0.92 and the lightness value of b40aeb is 0.48.

The process color (four color CMYK) of #b40aeb color hex is 0.23, 0.96, 0.00, 0.08. Web safe color of #b40aeb is #cc00ff. Color #b40aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001010 11101011
Octal 264 12 353
Decimal 180 10 235
Hex B4 A EB

RGB Percentages of Color #b40aeb

%42.35
%2.35
%55.29

CMYK Percentages of Color #b40aeb

%23
%96
%0
%8

Triadic Colors of #b40aeb

#b40aeb #ebb40a #0aebb4

Analogous Colors of #b40aeb

#b40aeb #eb0ab2 #440aeb

Monochromatic Colors of #b40aeb

#b40aeb

Complementary Color

#b40aeb #41eb0a

#b40aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40aeb Color CSS Codes

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

#b40aeb Text Font Color

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

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


#b40aeb Background Color

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

This div background color is #b40aeb


#b40aeb Border Color

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

This div border color is #b40aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,10,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40aeb


Comments

No comments written yet.

Please login to write comment.