Color Hex Logo

#b608aa Color Hex

#B608AA
(182,8,170)
0 Favorites   0 Comments

Color spaces of #b608aa

RGB 1828170
HSL0.840.920.37
HSV304°96°71°
CMYK 0.000.960.07   0.29
XYZ26.633913.021039.1398
Yxy13.02100.33800.1653
Hunter Lab36.084668.6020-39.0507
CIE-Lab42.794973.7654-40.8350

#b608aa color RGB value is (182,8,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001000 10101010
Octal 266 10 252
Decimal 182 8 170
Hex B6 8 AA

RGB Percentages of Color #b608aa

%50.56
%2.22
%47.22

CMYK Percentages of Color #b608aa

%0
%96
%7
%29

Triadic Colors of #b608aa

#b608aa #aab608 #08aab6

Analogous Colors of #b608aa

#b608aa #b60853 #6b08b6

Monochromatic Colors of #b608aa

#b608aa

Complementary Color

#b608aa #08b614

#b608aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b608aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b608aa Color CSS Codes

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

#b608aa Text Font Color

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

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


#b608aa Background Color

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

This div background color is #b608aa


#b608aa Border Color

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

This div border color is #b608aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b608aa


Comments

No comments written yet.

Please login to write comment.