Color Hex Logo

#b856ba Color Hex

#B856BA
(184,86,186)
0 Favorites   0 Comments

Color spaces of #b856ba

RGB 18486186
HSL0.830.420.53
HSV299°54°73°
CMYK 0.010.540.00   0.27
XYZ31.957920.391148.7059
Yxy20.39110.31620.2018
Hunter Lab45.156547.3031-32.3408
CIE-Lab52.276553.3874-35.2392

#b856ba color RGB value is (184,86,186).

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

The process color (four color CMYK) of #b856ba color hex is 0.01, 0.54, 0.00, 0.27. Web safe color of #b856ba is #cc66cc. Color #b856ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010110 10111010
Octal 270 126 272
Decimal 184 86 186
Hex B8 56 BA

RGB Percentages of Color #b856ba

%40.35
%18.86
%40.79

CMYK Percentages of Color #b856ba

%1
%54
%0
%27

Triadic Colors of #b856ba

#b856ba #bab856 #56bab8

Analogous Colors of #b856ba

#b856ba #ba568a #8656ba

Monochromatic Colors of #b856ba

#b856ba

Complementary Color

#b856ba #58ba56

#b856ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b856ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b856ba Color CSS Codes

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

#b856ba Text Font Color

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

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


#b856ba Background Color

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

This div background color is #b856ba


#b856ba Border Color

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

This div border color is #b856ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b856ba


Comments

No comments written yet.

Please login to write comment.