Color Hex Logo

#b186cd Color Hex

#B186CD
(177,134,205)
0 Favorites   0 Comments

Color spaces of #b186cd

RGB 177134205
HSL0.770.420.66
HSV276°35°80°
CMYK 0.140.350.00   0.20
XYZ37.676030.805161.7178
Yxy30.80510.28940.2366
Hunter Lab55.502324.0399-27.0780
CIE-Lab62.342829.6083-30.4449

#b186cd color RGB value is (177,134,205).

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

The process color (four color CMYK) of #b186cd color hex is 0.14, 0.35, 0.00, 0.20. Web safe color of #b186cd is #9999cc. Color #b186cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000110 11001101
Octal 261 206 315
Decimal 177 134 205
Hex B1 86 CD

RGB Percentages of Color #b186cd

%34.30
%25.97
%39.73

CMYK Percentages of Color #b186cd

%14
%35
%0
%20

Triadic Colors of #b186cd

#b186cd #cdb186 #86cdb1

Analogous Colors of #b186cd

#b186cd #cd86c6 #8e86cd

Monochromatic Colors of #b186cd

#b186cd

Complementary Color

#b186cd #a2cd86

#b186cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b186cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b186cd Color CSS Codes

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

#b186cd Text Font Color

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

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


#b186cd Background Color

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

This div background color is #b186cd


#b186cd Border Color

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

This div border color is #b186cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b186cd


Comments

No comments written yet.

Please login to write comment.