Color Hex Logo

#b43aef Color Hex

#B43AEF
(180,58,239)
0 Favorites   0 Comments

Color spaces of #b43aef

RGB 18058239
HSL0.780.850.58
HSV280°76°94°
CMYK 0.250.760.00   0.06
XYZ35.915418.961483.4283
Yxy18.96140.25970.1371
Hunter Lab43.544771.0225-83.1138
CIE-Lab50.642074.2298-68.1126

#b43aef color RGB value is (180,58,239).

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

The process color (four color CMYK) of #b43aef color hex is 0.25, 0.76, 0.00, 0.06. Web safe color of #b43aef is #cc33ff. Color #b43aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111010 11101111
Octal 264 72 357
Decimal 180 58 239
Hex B4 3A EF

RGB Percentages of Color #b43aef

%37.74
%12.16
%50.10

CMYK Percentages of Color #b43aef

%25
%76
%0
%6

Triadic Colors of #b43aef

#b43aef #efb43a #3aefb4

Analogous Colors of #b43aef

#b43aef #ef3ad0 #5a3aef

Monochromatic Colors of #b43aef

#b43aef

Complementary Color

#b43aef #75ef3a

#b43aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43aef Color CSS Codes

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

#b43aef Text Font Color

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

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


#b43aef Background Color

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

This div background color is #b43aef


#b43aef Border Color

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

This div border color is #b43aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43aef


Comments

No comments written yet.

Please login to write comment.