Color Hex Logo

#b86acd Color Hex

#B86ACD
(184,106,205)
0 Favorites   0 Comments

Color spaces of #b86acd

RGB 184106205
HSL0.800.500.61
HSV287°48°80°
CMYK 0.100.480.00   0.20
XYZ35.940624.906260.6707
Yxy24.90620.29580.2050
Hunter Lab49.906141.2136-37.1444
CIE-Lab56.983946.9785-38.7429

#b86acd color RGB value is (184,106,205).

#b86acd hex color red value is 184, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b86acd hue: 0.80 , saturation: 0.50 and the lightness value of b86acd is 0.61.

The process color (four color CMYK) of #b86acd color hex is 0.10, 0.48, 0.00, 0.20. Web safe color of #b86acd is #cc66cc. Color #b86acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101010 11001101
Octal 270 152 315
Decimal 184 106 205
Hex B8 6A CD

RGB Percentages of Color #b86acd

%37.17
%21.41
%41.41

CMYK Percentages of Color #b86acd

%10
%48
%0
%20

Triadic Colors of #b86acd

#b86acd #cdb86a #6acdb8

Analogous Colors of #b86acd

#b86acd #cd6ab1 #876acd

Monochromatic Colors of #b86acd

#b86acd

Complementary Color

#b86acd #7fcd6a

#b86acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86acd Color CSS Codes

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

#b86acd Text Font Color

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

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


#b86acd Background Color

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

This div background color is #b86acd


#b86acd Border Color

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

This div border color is #b86acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86acd


Comments

No comments written yet.

Please login to write comment.