Color Hex Logo

#b47ebe Color Hex

#B47EBE
(180,126,190)
0 Favorites   0 Comments

Color spaces of #b47ebe

RGB 180126190
HSL0.810.330.62
HSV291°34°75°
CMYK 0.050.340.00   0.25
XYZ35.577528.342752.3107
Yxy28.34270.30610.2438
Hunter Lab53.237926.1207-20.9909
CIE-Lab60.197131.9069-25.2672

#b47ebe color RGB value is (180,126,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111110 10111110
Octal 264 176 276
Decimal 180 126 190
Hex B4 7E BE

RGB Percentages of Color #b47ebe

%36.29
%25.40
%38.31

CMYK Percentages of Color #b47ebe

%5
%34
%0
%25

Triadic Colors of #b47ebe

#b47ebe #beb47e #7ebeb4

Analogous Colors of #b47ebe

#b47ebe #be7ea8 #947ebe

Monochromatic Colors of #b47ebe

#b47ebe

Complementary Color

#b47ebe #88be7e

#b47ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47ebe Color CSS Codes

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

#b47ebe Text Font Color

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

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


#b47ebe Background Color

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

This div background color is #b47ebe


#b47ebe Border Color

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

This div border color is #b47ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47ebe


Comments

No comments written yet.

Please login to write comment.