Color Hex Logo

#b86ebe Color Hex

#B86EBE
(184,110,190)
0 Favorites   0 Comments

Color spaces of #b86ebe

RGB 184110190
HSL0.820.380.59
HSV296°42°75°
CMYK 0.030.420.00   0.25
XYZ34.637425.059951.7267
Yxy25.05990.31090.2249
Hunter Lab50.059935.9029-26.2223
CIE-Lab57.133741.9088-29.9637

#b86ebe color RGB value is (184,110,190).

#b86ebe hex color red value is 184, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b86ebe hue: 0.82 , saturation: 0.38 and the lightness value of b86ebe is 0.59.

The process color (four color CMYK) of #b86ebe color hex is 0.03, 0.42, 0.00, 0.25. Web safe color of #b86ebe is #cc66cc. Color #b86ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101110 10111110
Octal 270 156 276
Decimal 184 110 190
Hex B8 6E BE

RGB Percentages of Color #b86ebe

%38.02
%22.73
%39.26

CMYK Percentages of Color #b86ebe

%3
%42
%0
%25

Triadic Colors of #b86ebe

#b86ebe #beb86e #6ebeb8

Analogous Colors of #b86ebe

#b86ebe #be6e9c #906ebe

Monochromatic Colors of #b86ebe

#b86ebe

Complementary Color

#b86ebe #74be6e

#b86ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86ebe Color CSS Codes

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

#b86ebe Text Font Color

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

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


#b86ebe Background Color

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

This div background color is #b86ebe


#b86ebe Border Color

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

This div border color is #b86ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86ebe


Comments

No comments written yet.

Please login to write comment.