Color Hex Logo

#b48aeb Color Hex

#B48AEB
(180,138,235)
0 Favorites   0 Comments

Color spaces of #b48aeb

RGB 180138235
HSL0.740.710.73
HSV266°41°92°
CMYK 0.230.410.00   0.08
XYZ42.906333.878482.8750
Yxy33.87840.26870.2122
Hunter Lab58.205229.7234-43.6760
CIE-Lab64.865934.9978-43.1831

#b48aeb color RGB value is (180,138,235).

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

The process color (four color CMYK) of #b48aeb color hex is 0.23, 0.41, 0.00, 0.08. Web safe color of #b48aeb is #cc99ff. Color #b48aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001010 11101011
Octal 264 212 353
Decimal 180 138 235
Hex B4 8A EB

RGB Percentages of Color #b48aeb

%32.55
%24.95
%42.50

CMYK Percentages of Color #b48aeb

%23
%41
%0
%8

Triadic Colors of #b48aeb

#b48aeb #ebb48a #8aebb4

Analogous Colors of #b48aeb

#b48aeb #e58aeb #8a91eb

Monochromatic Colors of #b48aeb

#b48aeb

Complementary Color

#b48aeb #c1eb8a

#b48aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48aeb Color CSS Codes

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

#b48aeb Text Font Color

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

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


#b48aeb Background Color

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

This div background color is #b48aeb


#b48aeb Border Color

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

This div border color is #b48aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48aeb


Comments

No comments written yet.

Please login to write comment.