Color Hex Logo

#b408aa Color Hex

#B408AA
(180,8,170)
0 Favorites   0 Comments

Color spaces of #b408aa

RGB 1808170
HSL0.840.910.37
HSV303°96°71°
CMYK 0.000.960.06   0.29
XYZ26.164912.779239.1178
Yxy12.77920.33520.1637
Hunter Lab35.748068.0898-39.8554
CIE-Lab42.428773.4120-41.4397

#b408aa color RGB value is (180,8,170).

#b408aa hex color red value is 180, green value is 8 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b408aa hue: 0.84 , saturation: 0.91 and the lightness value of b408aa is 0.37.

The process color (four color CMYK) of #b408aa color hex is 0.00, 0.96, 0.06, 0.29. Web safe color of #b408aa is #cc0099. Color #b408aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001000 10101010
Octal 264 10 252
Decimal 180 8 170
Hex B4 8 AA

RGB Percentages of Color #b408aa

%50.28
%2.23
%47.49

CMYK Percentages of Color #b408aa

%0
%96
%6
%29

Triadic Colors of #b408aa

#b408aa #aab408 #08aab4

Analogous Colors of #b408aa

#b408aa #b40854 #6808b4

Monochromatic Colors of #b408aa

#b408aa

Complementary Color

#b408aa #08b412

#b408aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b408aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b408aa Color CSS Codes

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

#b408aa Text Font Color

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

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


#b408aa Background Color

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

This div background color is #b408aa


#b408aa Border Color

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

This div border color is #b408aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b408aa


Comments

No comments written yet.

Please login to write comment.