Color Hex Logo

#b43aeb Color Hex

#B43AEB
(180,58,235)
0 Favorites   0 Comments

Color spaces of #b43aeb

RGB 18058235
HSL0.780.820.57
HSV281°75°92°
CMYK 0.230.750.00   0.08
XYZ35.330818.727680.3499
Yxy18.72760.26290.1393
Hunter Lab43.275469.9986-79.7916
CIE-Lab50.367073.4433-66.3076

#b43aeb color RGB value is (180,58,235).

#b43aeb hex color red value is 180, green value is 58 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b43aeb hue: 0.78 , saturation: 0.82 and the lightness value of b43aeb is 0.57.

The process color (four color CMYK) of #b43aeb color hex is 0.23, 0.75, 0.00, 0.08. Web safe color of #b43aeb is #cc33ff. Color #b43aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111010 11101011
Octal 264 72 353
Decimal 180 58 235
Hex B4 3A EB

RGB Percentages of Color #b43aeb

%38.05
%12.26
%49.68

CMYK Percentages of Color #b43aeb

%23
%75
%0
%8

Triadic Colors of #b43aeb

#b43aeb #ebb43a #3aebb4

Analogous Colors of #b43aeb

#b43aeb #eb3aca #5b3aeb

Monochromatic Colors of #b43aeb

#b43aeb

Complementary Color

#b43aeb #71eb3a

#b43aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43aeb Color CSS Codes

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

#b43aeb Text Font Color

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

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


#b43aeb Background Color

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

This div background color is #b43aeb


#b43aeb Border Color

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

This div border color is #b43aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43aeb


Comments

No comments written yet.

Please login to write comment.