Color Hex Logo

#b48efa Color Hex

#B48EFA
(180,142,250)
0 Favorites   0 Comments

Color spaces of #b48efa

RGB 180142250
HSL0.730.920.77
HSV261°43°98°
CMYK 0.280.430.00   0.02
XYZ45.750735.951494.9705
Yxy35.95140.25900.2035
Hunter Lab59.959531.2712-51.9385
CIE-Lab66.482836.3237-48.8790

#b48efa color RGB value is (180,142,250).

#b48efa hex color red value is 180, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b48efa hue: 0.73 , saturation: 0.92 and the lightness value of b48efa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001110 11111010
Octal 264 216 372
Decimal 180 142 250
Hex B4 8E FA

RGB Percentages of Color #b48efa

%31.47
%24.83
%43.71

CMYK Percentages of Color #b48efa

%28
%43
%0
%2

Triadic Colors of #b48efa

#b48efa #fab48e #8efab4

Analogous Colors of #b48efa

#b48efa #ea8efa #8e9efa

Monochromatic Colors of #b48efa

#b48efa

Complementary Color

#b48efa #d4fa8e

#b48efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48efa Color CSS Codes

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

#b48efa Text Font Color

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

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


#b48efa Background Color

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

This div background color is #b48efa


#b48efa Border Color

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

This div border color is #b48efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48efa


Comments

No comments written yet.

Please login to write comment.