Color Hex Logo

#b208aa Color Hex

#B208AA
(178,8,170)
0 Favorites   0 Comments

Color spaces of #b208aa

RGB 1788170
HSL0.840.910.36
HSV303°96°70°
CMYK 0.000.960.04   0.30
XYZ25.702612.540939.0962
Yxy12.54090.33230.1622
Hunter Lab35.413167.5810-40.6671
CIE-Lab42.063273.0603-42.0437

#b208aa color RGB value is (178,8,170).

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

The process color (four color CMYK) of #b208aa color hex is 0.00, 0.96, 0.04, 0.30. Web safe color of #b208aa is #990099. Color #b208aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001000 10101010
Octal 262 10 252
Decimal 178 8 170
Hex B2 8 AA

RGB Percentages of Color #b208aa

%50.00
%2.25
%47.75

CMYK Percentages of Color #b208aa

%0
%96
%4
%30

Triadic Colors of #b208aa

#b208aa #aab208 #08aab2

Analogous Colors of #b208aa

#b208aa #b20855 #6508b2

Monochromatic Colors of #b208aa

#b208aa

Complementary Color

#b208aa #08b210

#b208aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b208aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b208aa Color CSS Codes

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

#b208aa Text Font Color

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

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


#b208aa Background Color

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

This div background color is #b208aa


#b208aa Border Color

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

This div border color is #b208aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b208aa


Comments

No comments written yet.

Please login to write comment.