Color Hex Logo

#b864ac Color Hex

#B864AC
(184,100,172)
0 Favorites   0 Comments

Color spaces of #b864ac

RGB 184100172
HSL0.860.370.56
HSV309°46°72°
CMYK 0.000.460.07   0.28
XYZ31.770722.283241.6563
Yxy22.28320.33190.2328
Hunter Lab47.205137.5279-19.2771
CIE-Lab54.326243.8725-23.9380

#b864ac color RGB value is (184,100,172).

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

The process color (four color CMYK) of #b864ac color hex is 0.00, 0.46, 0.07, 0.28. Web safe color of #b864ac is #cc6699. Color #b864ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100100 10101100
Octal 270 144 254
Decimal 184 100 172
Hex B8 64 AC

RGB Percentages of Color #b864ac

%40.35
%21.93
%37.72

CMYK Percentages of Color #b864ac

%0
%46
%7
%28

Triadic Colors of #b864ac

#b864ac #acb864 #64acb8

Analogous Colors of #b864ac

#b864ac #b86482 #9a64b8

Monochromatic Colors of #b864ac

#b864ac

Complementary Color

#b864ac #64b870

#b864ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b864ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b864ac Color CSS Codes

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

#b864ac Text Font Color

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

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


#b864ac Background Color

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

This div background color is #b864ac


#b864ac Border Color

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

This div border color is #b864ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,100,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b864ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b864ac


Comments

No comments written yet.

Please login to write comment.