Color Hex Logo

#b986cd Color Hex

#B986CD
(185,134,205)
0 Favorites   0 Comments

Color spaces of #b986cd

RGB 185134205
HSL0.790.420.66
HSV283°35°80°
CMYK 0.100.350.00   0.20
XYZ39.552131.772361.8056
Yxy31.77230.29710.2387
Hunter Lab56.366926.6095-25.5539
CIE-Lab63.154232.1085-29.1242

#b986cd color RGB value is (185,134,205).

#b986cd hex color red value is 185, green value is 134 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b986cd hue: 0.79 , saturation: 0.42 and the lightness value of b986cd is 0.66.

The process color (four color CMYK) of #b986cd color hex is 0.10, 0.35, 0.00, 0.20. Web safe color of #b986cd is #cc99cc. Color #b986cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000110 11001101
Octal 271 206 315
Decimal 185 134 205
Hex B9 86 CD

RGB Percentages of Color #b986cd

%35.31
%25.57
%39.12

CMYK Percentages of Color #b986cd

%10
%35
%0
%20

Triadic Colors of #b986cd

#b986cd #cdb986 #86cdb9

Analogous Colors of #b986cd

#b986cd #cd86be #9686cd

Monochromatic Colors of #b986cd

#b986cd

Complementary Color

#b986cd #9acd86

#b986cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b986cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b986cd Color CSS Codes

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

#b986cd Text Font Color

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

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


#b986cd Background Color

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

This div background color is #b986cd


#b986cd Border Color

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

This div border color is #b986cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,134,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 #b986cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b986cd


Comments

No comments written yet.

Please login to write comment.