Color Hex Logo

#b857ba Color Hex

#B857BA
(184,87,186)
0 Favorites   0 Comments

Color spaces of #b857ba

RGB 18487186
HSL0.830.420.54
HSV299°53°73°
CMYK 0.010.530.00   0.27
XYZ32.038320.551948.7327
Yxy20.55190.31620.2028
Hunter Lab45.334246.8135-32.0008
CIE-Lab52.455552.9072-34.9586

#b857ba color RGB value is (184,87,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010111 10111010
Octal 270 127 272
Decimal 184 87 186
Hex B8 57 BA

RGB Percentages of Color #b857ba

%40.26
%19.04
%40.70

CMYK Percentages of Color #b857ba

%1
%53
%0
%27

Triadic Colors of #b857ba

#b857ba #bab857 #57bab8

Analogous Colors of #b857ba

#b857ba #ba578b #8757ba

Monochromatic Colors of #b857ba

#b857ba

Complementary Color

#b857ba #59ba57

#b857ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b857ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b857ba Color CSS Codes

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

#b857ba Text Font Color

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

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


#b857ba Background Color

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

This div background color is #b857ba


#b857ba Border Color

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

This div border color is #b857ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b857ba


Comments

No comments written yet.

Please login to write comment.