Color Hex Logo

#b205ba Color Hex

#B205BA
(178,5,186)
0 Favorites   0 Comments

Color spaces of #b205ba

RGB 1785186
HSL0.830.950.37
HSV297°97°73°
CMYK 0.040.970.00   0.27
XYZ27.277313.118747.5489
Yxy13.11870.31020.1492
Hunter Lab36.219771.0448-52.4815
CIE-Lab42.941675.7469-50.1132

#b205ba color RGB value is (178,5,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000101 10111010
Octal 262 5 272
Decimal 178 5 186
Hex B2 5 BA

RGB Percentages of Color #b205ba

%48.24
%1.36
%50.41

CMYK Percentages of Color #b205ba

%4
%97
%0
%27

Triadic Colors of #b205ba

#b205ba #bab205 #05bab2

Analogous Colors of #b205ba

#b205ba #ba0568 #5705ba

Monochromatic Colors of #b205ba

#b205ba

Complementary Color

#b205ba #0dba05

#b205ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b205ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b205ba Color CSS Codes

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

#b205ba Text Font Color

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

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


#b205ba Background Color

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

This div background color is #b205ba


#b205ba Border Color

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

This div border color is #b205ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b205ba


Comments

No comments written yet.

Please login to write comment.