Color Hex Logo

#b864a1 Color Hex

#B864A1
(184,100,161)
0 Favorites   0 Comments

Color spaces of #b864a1

RGB 184100161
HSL0.880.370.56
HSV316°46°72°
CMYK 0.000.460.13   0.28
XYZ30.757421.877936.3200
Yxy21.87790.34580.2459
Hunter Lab46.773835.5234-13.2972
CIE-Lab53.897241.9925-18.1925

#b864a1 color RGB value is (184,100,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100100 10100001
Octal 270 144 241
Decimal 184 100 161
Hex B8 64 A1

RGB Percentages of Color #b864a1

%41.35
%22.47
%36.18

CMYK Percentages of Color #b864a1

%0
%46
%13
%28

Triadic Colors of #b864a1

#b864a1 #a1b864 #64a1b8

Analogous Colors of #b864a1

#b864a1 #b86477 #a564b8

Monochromatic Colors of #b864a1

#b864a1

Complementary Color

#b864a1 #64b87b

#b864a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b864a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b864a1 Color CSS Codes

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

#b864a1 Text Font Color

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

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


#b864a1 Background Color

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

This div background color is #b864a1


#b864a1 Border Color

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

This div border color is #b864a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b864a1


Comments

No comments written yet.

Please login to write comment.