Color Hex Logo

#b208ba Color Hex

#B208BA
(178,8,186)
0 Favorites   0 Comments

Color spaces of #b208ba

RGB 1788186
HSL0.830.920.38
HSV297°96°73°
CMYK 0.040.960.00   0.27
XYZ27.309913.183847.5597
Yxy13.18380.31020.1497
Hunter Lab36.309570.7157-52.2439
CIE-Lab43.038975.4587-49.9568

#b208ba color RGB value is (178,8,186).

#b208ba hex color red value is 178, green value is 8 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b208ba hue: 0.83 , saturation: 0.92 and the lightness value of b208ba is 0.38.

The process color (four color CMYK) of #b208ba color hex is 0.04, 0.96, 0.00, 0.27. Web safe color of #b208ba is #9900cc. Color #b208ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001000 10111010
Octal 262 10 272
Decimal 178 8 186
Hex B2 8 BA

RGB Percentages of Color #b208ba

%47.85
%2.15
%50.00

CMYK Percentages of Color #b208ba

%4
%96
%0
%27

Triadic Colors of #b208ba

#b208ba #bab208 #08bab2

Analogous Colors of #b208ba

#b208ba #ba0869 #5908ba

Monochromatic Colors of #b208ba

#b208ba

Complementary Color

#b208ba #10ba08

#b208ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b208ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b208ba Color CSS Codes

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

#b208ba Text Font Color

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

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


#b208ba Background Color

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

This div background color is #b208ba


#b208ba Border Color

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

This div border color is #b208ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,8,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b208ba


Comments

No comments written yet.

Please login to write comment.