Color Hex Logo

#b85ac9 Color Hex

#B85AC9
(184,90,201)
0 Favorites   0 Comments

Color spaces of #b85ac9

RGB 18490201
HSL0.810.510.57
HSV291°55°79°
CMYK 0.080.550.00   0.21
XYZ33.965921.719757.6605
Yxy21.71970.29970.1916
Hunter Lab46.604448.5355-40.7325
CIE-Lab53.728354.2643-41.5878

#b85ac9 color RGB value is (184,90,201).

#b85ac9 hex color red value is 184, green value is 90 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #b85ac9 hue: 0.81 , saturation: 0.51 and the lightness value of b85ac9 is 0.57.

The process color (four color CMYK) of #b85ac9 color hex is 0.08, 0.55, 0.00, 0.21. Web safe color of #b85ac9 is #cc66cc. Color #b85ac9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011010 11001001
Octal 270 132 311
Decimal 184 90 201
Hex B8 5A C9

RGB Percentages of Color #b85ac9

%38.74
%18.95
%42.32

CMYK Percentages of Color #b85ac9

%8
%55
%0
%21

Triadic Colors of #b85ac9

#b85ac9 #c9b85a #5ac9b8

Analogous Colors of #b85ac9

#b85ac9 #c95aa3 #815ac9

Monochromatic Colors of #b85ac9

#b85ac9

Complementary Color

#b85ac9 #6bc95a

#b85ac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85ac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85ac9 Color CSS Codes

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

#b85ac9 Text Font Color

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

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


#b85ac9 Background Color

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

This div background color is #b85ac9


#b85ac9 Border Color

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

This div border color is #b85ac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85ac9


Comments

No comments written yet.

Please login to write comment.