Color Hex Logo

#b186de Color Hex

#B186DE
(177,134,222)
0 Favorites   0 Comments

Color spaces of #b186de

RGB 177134222
HSL0.750.570.70
HSV269°40°87°
CMYK 0.200.400.00   0.13
XYZ39.841431.671273.1205
Yxy31.67120.27550.2190
Hunter Lab56.277227.8840-37.6410
CIE-Lab63.070233.3787-38.8138

#b186de color RGB value is (177,134,222).

#b186de hex color red value is 177, green value is 134 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b186de hue: 0.75 , saturation: 0.57 and the lightness value of b186de is 0.70.

The process color (four color CMYK) of #b186de color hex is 0.20, 0.40, 0.00, 0.13. Web safe color of #b186de is #9999cc. Color #b186de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000110 11011110
Octal 261 206 336
Decimal 177 134 222
Hex B1 86 DE

RGB Percentages of Color #b186de

%33.21
%25.14
%41.65

CMYK Percentages of Color #b186de

%20
%40
%0
%13

Triadic Colors of #b186de

#b186de #deb186 #86deb1

Analogous Colors of #b186de

#b186de #dd86de #8687de

Monochromatic Colors of #b186de

#b186de

Complementary Color

#b186de #b3de86

#b186de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b186de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b186de Color CSS Codes

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

#b186de Text Font Color

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

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


#b186de Background Color

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

This div background color is #b186de


#b186de Border Color

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

This div border color is #b186de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b186de


Comments

No comments written yet.

Please login to write comment.