Color Hex Logo

#b013ba Color Hex

#B013BA
(176,19,186)
0 Favorites   0 Comments

Color spaces of #b013ba

RGB 17619186
HSL0.820.810.40
HSV296°90°73°
CMYK 0.050.900.00   0.27
XYZ27.000313.241047.5871
Yxy13.24100.30740.1508
Hunter Lab36.388268.7690-52.0655
CIE-Lab43.124273.8397-49.8390

#b013ba color RGB value is (176,19,186).

#b013ba hex color red value is 176, green value is 19 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b013ba hue: 0.82 , saturation: 0.81 and the lightness value of b013ba is 0.40.

The process color (four color CMYK) of #b013ba color hex is 0.05, 0.90, 0.00, 0.27. Web safe color of #b013ba is #9900cc. Color #b013ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010011 10111010
Octal 260 23 272
Decimal 176 19 186
Hex B0 13 BA

RGB Percentages of Color #b013ba

%46.19
%4.99
%48.82

CMYK Percentages of Color #b013ba

%5
%90
%0
%27

Triadic Colors of #b013ba

#b013ba #bab013 #13bab0

Analogous Colors of #b013ba

#b013ba #ba1371 #5d13ba

Monochromatic Colors of #b013ba

#b013ba

Complementary Color

#b013ba #1dba13

#b013ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b013ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b013ba Color CSS Codes

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

#b013ba Text Font Color

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

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


#b013ba Background Color

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

This div background color is #b013ba


#b013ba Border Color

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

This div border color is #b013ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b013ba


Comments

No comments written yet.

Please login to write comment.