Color Hex Logo

#b47ebc Color Hex

#B47EBC
(180,126,188)
0 Favorites   0 Comments

Color spaces of #b47ebc

RGB 180126188
HSL0.810.320.62
HSV292°33°74°
CMYK 0.040.330.00   0.26
XYZ35.360328.255851.1672
Yxy28.25580.30810.2462
Hunter Lab53.156225.7176-19.8622
CIE-Lab60.119131.5081-24.2518

#b47ebc color RGB value is (180,126,188).

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

The process color (four color CMYK) of #b47ebc color hex is 0.04, 0.33, 0.00, 0.26. Web safe color of #b47ebc is #cc66cc. Color #b47ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111110 10111100
Octal 264 176 274
Decimal 180 126 188
Hex B4 7E BC

RGB Percentages of Color #b47ebc

%36.44
%25.51
%38.06

CMYK Percentages of Color #b47ebc

%4
%33
%0
%26

Triadic Colors of #b47ebc

#b47ebc #bcb47e #7ebcb4

Analogous Colors of #b47ebc

#b47ebc #bc7ea5 #957ebc

Monochromatic Colors of #b47ebc

#b47ebc

Complementary Color

#b47ebc #86bc7e

#b47ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47ebc Color CSS Codes

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

#b47ebc Text Font Color

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

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


#b47ebc Background Color

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

This div background color is #b47ebc


#b47ebc Border Color

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

This div border color is #b47ebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,126,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47ebc


Comments

No comments written yet.

Please login to write comment.