Color Hex Logo

#b31aaa Color Hex

#B31AAA
(179,26,170)
0 Favorites   0 Comments

Color spaces of #b31aaa

RGB 17926170
HSL0.840.750.40
HSV304°85°70°
CMYK 0.000.850.05   0.30
XYZ26.215513.224839.2011
Yxy13.22480.33340.1682
Hunter Lab36.365965.0369-38.4563
CIE-Lab43.100070.7277-40.3830

#b31aaa color RGB value is (179,26,170).

#b31aaa hex color red value is 179, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b31aaa hue: 0.84 , saturation: 0.75 and the lightness value of b31aaa is 0.40.

The process color (four color CMYK) of #b31aaa color hex is 0.00, 0.85, 0.05, 0.30. Web safe color of #b31aaa is #cc3399. Color #b31aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011010 10101010
Octal 263 32 252
Decimal 179 26 170
Hex B3 1A AA

RGB Percentages of Color #b31aaa

%47.73
%6.93
%45.33

CMYK Percentages of Color #b31aaa

%0
%85
%5
%30

Triadic Colors of #b31aaa

#b31aaa #aab31a #1aaab3

Analogous Colors of #b31aaa

#b31aaa #b31a5e #701ab3

Monochromatic Colors of #b31aaa

#b31aaa

Complementary Color

#b31aaa #1ab323

#b31aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31aaa Color CSS Codes

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

#b31aaa Text Font Color

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

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


#b31aaa Background Color

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

This div background color is #b31aaa


#b31aaa Border Color

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

This div border color is #b31aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,26,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 #b31aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31aaa


Comments

No comments written yet.

Please login to write comment.