Color Hex Logo

#b87ebe Color Hex

#B87EBE
(184,126,190)
0 Favorites   0 Comments

Color spaces of #b87ebe

RGB 184126190
HSL0.820.330.62
HSV294°34°75°
CMYK 0.030.340.00   0.25
XYZ36.522328.829852.3550
Yxy28.82980.31030.2449
Hunter Lab53.693427.4525-20.2267
CIE-Lab60.631133.1980-24.5631

#b87ebe color RGB value is (184,126,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111110 10111110
Octal 270 176 276
Decimal 184 126 190
Hex B8 7E BE

RGB Percentages of Color #b87ebe

%36.80
%25.20
%38.00

CMYK Percentages of Color #b87ebe

%3
%34
%0
%25

Triadic Colors of #b87ebe

#b87ebe #beb87e #7ebeb8

Analogous Colors of #b87ebe

#b87ebe #be7ea4 #987ebe

Monochromatic Colors of #b87ebe

#b87ebe

Complementary Color

#b87ebe #84be7e

#b87ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87ebe Color CSS Codes

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

#b87ebe Text Font Color

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

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


#b87ebe Background Color

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

This div background color is #b87ebe


#b87ebe Border Color

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

This div border color is #b87ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87ebe


Comments

No comments written yet.

Please login to write comment.