Color Hex Logo

#b43aea Color Hex

#B43AEA
(180,58,234)
0 Favorites   0 Comments

Color spaces of #b43aea

RGB 18058234
HSL0.780.810.57
HSV282°75°92°
CMYK 0.230.750.00   0.08
XYZ35.186718.669979.5910
Yxy18.66990.26370.1399
Hunter Lab43.208769.7451-78.9669
CIE-Lab50.298773.2479-65.8544

#b43aea color RGB value is (180,58,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111010 11101010
Octal 264 72 352
Decimal 180 58 234
Hex B4 3A EA

RGB Percentages of Color #b43aea

%38.14
%12.29
%49.58

CMYK Percentages of Color #b43aea

%23
%75
%0
%8

Triadic Colors of #b43aea

#b43aea #eab43a #3aeab4

Analogous Colors of #b43aea

#b43aea #ea3ac8 #5c3aea

Monochromatic Colors of #b43aea

#b43aea

Complementary Color

#b43aea #70ea3a

#b43aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43aea Color CSS Codes

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

#b43aea Text Font Color

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

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


#b43aea Background Color

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

This div background color is #b43aea


#b43aea Border Color

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

This div border color is #b43aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43aea


Comments

No comments written yet.

Please login to write comment.