Color Hex Logo

#b816ba Color Hex

#B816BA
(184,22,186)
0 Favorites   0 Comments

Color spaces of #b816ba

RGB 18422186
HSL0.830.790.41
HSV299°88°73°
CMYK 0.010.880.00   0.27
XYZ28.917014.309347.6923
Yxy14.30930.31810.1574
Hunter Lab37.827670.2544-48.2723
CIE-Lab44.673374.7629-47.2798

#b816ba color RGB value is (184,22,186).

#b816ba hex color red value is 184, green value is 22 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b816ba hue: 0.83 , saturation: 0.79 and the lightness value of b816ba is 0.41.

The process color (four color CMYK) of #b816ba color hex is 0.01, 0.88, 0.00, 0.27. Web safe color of #b816ba is #cc00cc. Color #b816ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010110 10111010
Octal 270 26 272
Decimal 184 22 186
Hex B8 16 BA

RGB Percentages of Color #b816ba

%46.94
%5.61
%47.45

CMYK Percentages of Color #b816ba

%1
%88
%0
%27

Triadic Colors of #b816ba

#b816ba #bab816 #16bab8

Analogous Colors of #b816ba

#b816ba #ba166a #6616ba

Monochromatic Colors of #b816ba

#b816ba

Complementary Color

#b816ba #18ba16

#b816ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b816ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b816ba Color CSS Codes

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

#b816ba Text Font Color

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

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


#b816ba Background Color

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

This div background color is #b816ba


#b816ba Border Color

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

This div border color is #b816ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b816ba


Comments

No comments written yet.

Please login to write comment.