Color Hex Logo

#b43eaa Color Hex

#B43EAA
(180,62,170)
0 Favorites   0 Comments

Color spaces of #b43eaa

RGB 18062170
HSL0.850.490.47
HSV305°66°71°
CMYK 0.000.660.06   0.29
XYZ27.800716.050839.6631
Yxy16.05080.33290.1922
Hunter Lab40.063453.7531-30.6531
CIE-Lab47.041160.1727-34.1449

#b43eaa color RGB value is (180,62,170).

#b43eaa hex color red value is 180, green value is 62 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b43eaa hue: 0.85 , saturation: 0.49 and the lightness value of b43eaa is 0.47.

The process color (four color CMYK) of #b43eaa color hex is 0.00, 0.66, 0.06, 0.29. Web safe color of #b43eaa is #cc3399. Color #b43eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111110 10101010
Octal 264 76 252
Decimal 180 62 170
Hex B4 3E AA

RGB Percentages of Color #b43eaa

%43.69
%15.05
%41.26

CMYK Percentages of Color #b43eaa

%0
%66
%6
%29

Triadic Colors of #b43eaa

#b43eaa #aab43e #3eaab4

Analogous Colors of #b43eaa

#b43eaa #b43e6f #833eb4

Monochromatic Colors of #b43eaa

#b43eaa

Complementary Color

#b43eaa #3eb448

#b43eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43eaa Color CSS Codes

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

#b43eaa Text Font Color

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

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


#b43eaa Background Color

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

This div background color is #b43eaa


#b43eaa Border Color

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

This div border color is #b43eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43eaa


Comments

No comments written yet.

Please login to write comment.