Color Hex Logo

#b47beb Color Hex

#B47BEB
(180,123,235)
0 Favorites   0 Comments

Color spaces of #b47beb

RGB 180123235
HSL0.750.740.70
HSV271°48°92°
CMYK 0.230.480.00   0.08
XYZ40.900729.867482.2065
Yxy29.86740.26740.1952
Hunter Lab54.651137.9495-50.9286
CIE-Lab61.539643.2633-48.4258

#b47beb color RGB value is (180,123,235).

#b47beb hex color red value is 180, green value is 123 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b47beb hue: 0.75 , saturation: 0.74 and the lightness value of b47beb is 0.70.

The process color (four color CMYK) of #b47beb color hex is 0.23, 0.48, 0.00, 0.08. Web safe color of #b47beb is #cc66ff. Color #b47beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111011 11101011
Octal 264 173 353
Decimal 180 123 235
Hex B4 7B EB

RGB Percentages of Color #b47beb

%33.46
%22.86
%43.68

CMYK Percentages of Color #b47beb

%23
%48
%0
%8

Triadic Colors of #b47beb

#b47beb #ebb47b #7bebb4

Analogous Colors of #b47beb

#b47beb #eb7bea #7c7beb

Monochromatic Colors of #b47beb

#b47beb

Complementary Color

#b47beb #b2eb7b

#b47beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47beb Color CSS Codes

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

#b47beb Text Font Color

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

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


#b47beb Background Color

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

This div background color is #b47beb


#b47beb Border Color

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

This div border color is #b47beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47beb


Comments

No comments written yet.

Please login to write comment.