Color Hex Logo

#b48afb Color Hex

#B48AFB
(180,138,251)
0 Favorites   0 Comments

Color spaces of #b48afb

RGB 180138251
HSL0.730.930.76
HSV262°45°98°
CMYK 0.280.450.00   0.02
XYZ45.323534.845395.6038
Yxy34.84530.25790.1982
Hunter Lab59.029933.7510-54.7041
CIE-Lab65.628038.7845-50.7765

#b48afb color RGB value is (180,138,251).

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

The process color (four color CMYK) of #b48afb color hex is 0.28, 0.45, 0.00, 0.02. Web safe color of #b48afb is #cc99ff. Color #b48afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001010 11111011
Octal 264 212 373
Decimal 180 138 251
Hex B4 8A FB

RGB Percentages of Color #b48afb

%31.63
%24.25
%44.11

CMYK Percentages of Color #b48afb

%28
%45
%0
%2

Triadic Colors of #b48afb

#b48afb #fbb48a #8afbb4

Analogous Colors of #b48afb

#b48afb #ed8afb #8a99fb

Monochromatic Colors of #b48afb

#b48afb

Complementary Color

#b48afb #d1fb8a

#b48afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48afb Color CSS Codes

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

#b48afb Text Font Color

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

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


#b48afb Background Color

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

This div background color is #b48afb


#b48afb Border Color

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

This div border color is #b48afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48afb


Comments

No comments written yet.

Please login to write comment.