Color Hex Logo

#b43abe Color Hex

#B43ABE
(180,58,190)
0 Favorites   0 Comments

Color spaces of #b43abe

RGB 18058190
HSL0.820.530.49
HSV295°69°75°
CMYK 0.050.690.00   0.25
XYZ29.629716.447150.3281
Yxy16.44710.30730.1706
Hunter Lab40.555059.4417-45.1894
CIE-Lab47.555765.0790-45.0582

#b43abe color RGB value is (180,58,190).

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

The process color (four color CMYK) of #b43abe color hex is 0.05, 0.69, 0.00, 0.25. Web safe color of #b43abe is #cc33cc. Color #b43abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111010 10111110
Octal 264 72 276
Decimal 180 58 190
Hex B4 3A BE

RGB Percentages of Color #b43abe

%42.06
%13.55
%44.39

CMYK Percentages of Color #b43abe

%5
%69
%0
%25

Triadic Colors of #b43abe

#b43abe #beb43a #3abeb4

Analogous Colors of #b43abe

#b43abe #be3a86 #723abe

Monochromatic Colors of #b43abe

#b43abe

Complementary Color

#b43abe #44be3a

#b43abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43abe Color CSS Codes

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

#b43abe Text Font Color

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

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


#b43abe Background Color

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

This div background color is #b43abe


#b43abe Border Color

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

This div border color is #b43abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43abe


Comments

No comments written yet.

Please login to write comment.