Color Hex Logo

#b86ab7 Color Hex

#B86AB7
(184,106,183)
0 Favorites   0 Comments

Color spaces of #b86ab7

RGB 184106183
HSL0.840.350.57
HSV301°42°72°
CMYK 0.000.420.01   0.28
XYZ33.468423.917347.6523
Yxy23.91730.31860.2277
Hunter Lab48.905336.5723-23.5372
CIE-Lab56.004942.7106-27.7001

#b86ab7 color RGB value is (184,106,183).

#b86ab7 hex color red value is 184, green value is 106 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #b86ab7 hue: 0.84 , saturation: 0.35 and the lightness value of b86ab7 is 0.57.

The process color (four color CMYK) of #b86ab7 color hex is 0.00, 0.42, 0.01, 0.28. Web safe color of #b86ab7 is #cc66cc. Color #b86ab7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101010 10110111
Octal 270 152 267
Decimal 184 106 183
Hex B8 6A B7

RGB Percentages of Color #b86ab7

%38.90
%22.41
%38.69

CMYK Percentages of Color #b86ab7

%0
%42
%1
%28

Triadic Colors of #b86ab7

#b86ab7 #b7b86a #6ab7b8

Analogous Colors of #b86ab7

#b86ab7 #b86a90 #926ab8

Monochromatic Colors of #b86ab7

#b86ab7

Complementary Color

#b86ab7 #6ab86b

#b86ab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86ab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86ab7 Color CSS Codes

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

#b86ab7 Text Font Color

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

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


#b86ab7 Background Color

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

This div background color is #b86ab7


#b86ab7 Border Color

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

This div border color is #b86ab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86ab7


Comments

No comments written yet.

Please login to write comment.