Color Hex Logo

#b86cad Color Hex

#B86CAD
(184,108,173)
0 Favorites   0 Comments

Color spaces of #b86cad

RGB 184108173
HSL0.860.350.57
HSV309°41°72°
CMYK 0.000.410.06   0.28
XYZ32.672623.932642.4326
Yxy23.93260.32990.2417
Hunter Lab48.921033.6022-17.1817
CIE-Lab56.020239.8235-21.9136

#b86cad color RGB value is (184,108,173).

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

The process color (four color CMYK) of #b86cad color hex is 0.00, 0.41, 0.06, 0.28. Web safe color of #b86cad is #cc6699. Color #b86cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101100 10101101
Octal 270 154 255
Decimal 184 108 173
Hex B8 6C AD

RGB Percentages of Color #b86cad

%39.57
%23.23
%37.20

CMYK Percentages of Color #b86cad

%0
%41
%6
%28

Triadic Colors of #b86cad

#b86cad #adb86c #6cadb8

Analogous Colors of #b86cad

#b86cad #b86c87 #9d6cb8

Monochromatic Colors of #b86cad

#b86cad

Complementary Color

#b86cad #6cb877

#b86cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86cad Color CSS Codes

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

#b86cad Text Font Color

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

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


#b86cad Background Color

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

This div background color is #b86cad


#b86cad Border Color

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

This div border color is #b86cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86cad


Comments

No comments written yet.

Please login to write comment.