Color Hex Logo

#b864ba Color Hex

#B864BA
(184,100,186)
0 Favorites   0 Comments

Color spaces of #b864ba

RGB 184100186
HSL0.830.380.56
HSV299°46°73°
CMYK 0.010.460.00   0.27
XYZ33.187322.849949.1157
Yxy22.84990.31560.2173
Hunter Lab47.801640.2748-27.4589
CIE-Lab54.917446.4068-31.1138

#b864ba color RGB value is (184,100,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100100 10111010
Octal 270 144 272
Decimal 184 100 186
Hex B8 64 BA

RGB Percentages of Color #b864ba

%39.15
%21.28
%39.57

CMYK Percentages of Color #b864ba

%1
%46
%0
%27

Triadic Colors of #b864ba

#b864ba #bab864 #64bab8

Analogous Colors of #b864ba

#b864ba #ba6491 #8d64ba

Monochromatic Colors of #b864ba

#b864ba

Complementary Color

#b864ba #66ba64

#b864ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b864ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b864ba Color CSS Codes

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

#b864ba Text Font Color

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

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


#b864ba Background Color

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

This div background color is #b864ba


#b864ba Border Color

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

This div border color is #b864ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b864ba


Comments

No comments written yet.

Please login to write comment.