Color Hex Logo

#b186be Color Hex

#B186BE
(177,134,190)
0 Favorites   0 Comments

Color spaces of #b186be

RGB 177134190
HSL0.790.300.64
HSV286°29°75°
CMYK 0.070.290.00   0.25
XYZ35.950830.115052.6332
Yxy30.11500.30290.2537
Hunter Lab54.877120.9029-18.4516
CIE-Lab61.753326.4550-22.9053

#b186be color RGB value is (177,134,190).

#b186be hex color red value is 177, green value is 134 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b186be hue: 0.79 , saturation: 0.30 and the lightness value of b186be is 0.64.

The process color (four color CMYK) of #b186be color hex is 0.07, 0.29, 0.00, 0.25. Web safe color of #b186be is #9999cc. Color #b186be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000110 10111110
Octal 261 206 276
Decimal 177 134 190
Hex B1 86 BE

RGB Percentages of Color #b186be

%35.33
%26.75
%37.92

CMYK Percentages of Color #b186be

%7
%29
%0
%25

Triadic Colors of #b186be

#b186be #beb186 #86beb1

Analogous Colors of #b186be

#b186be #be86af #9586be

Monochromatic Colors of #b186be

#b186be

Complementary Color

#b186be #93be86

#b186be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b186be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b186be Color CSS Codes

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

#b186be Text Font Color

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

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


#b186be Background Color

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

This div background color is #b186be


#b186be Border Color

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

This div border color is #b186be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,134,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b186be


Comments

No comments written yet.

Please login to write comment.