Color Hex Logo

#b43efa Color Hex

#B43EFA
(180,62,250)
0 Favorites   0 Comments

Color spaces of #b43efa

RGB 18062250
HSL0.770.950.61
HSV278°75°98°
CMYK 0.280.750.00   0.02
XYZ37.800320.050792.3203
Yxy20.05070.25170.1335
Hunter Lab44.778072.3230-90.8955
CIE-Lab51.894575.0474-72.2369

#b43efa color RGB value is (180,62,250).

#b43efa hex color red value is 180, green value is 62 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b43efa hue: 0.77 , saturation: 0.95 and the lightness value of b43efa is 0.61.

The process color (four color CMYK) of #b43efa color hex is 0.28, 0.75, 0.00, 0.02. Web safe color of #b43efa is #cc33ff. Color #b43efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111110 11111010
Octal 264 76 372
Decimal 180 62 250
Hex B4 3E FA

RGB Percentages of Color #b43efa

%36.59
%12.60
%50.81

CMYK Percentages of Color #b43efa

%28
%75
%0
%2

Triadic Colors of #b43efa

#b43efa #fab43e #3efab4

Analogous Colors of #b43efa

#b43efa #fa3ee2 #563efa

Monochromatic Colors of #b43efa

#b43efa

Complementary Color

#b43efa #84fa3e

#b43efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43efa Color CSS Codes

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

#b43efa Text Font Color

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

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


#b43efa Background Color

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

This div background color is #b43efa


#b43efa Border Color

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

This div border color is #b43efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43efa


Comments

No comments written yet.

Please login to write comment.