Color Hex Logo

#b48aff Color Hex

#B48AFF
(180,138,255)
0 Favorites   0 Comments

Color spaces of #b48aff

RGB 180138255
HSL0.731.000.77
HSV262°46°100°
CMYK 0.290.460.00   0.00
XYZ45.960935.100398.9604
Yxy35.10030.25530.1950
Hunter Lab59.245534.7954-57.5629
CIE-Lab65.826739.7509-52.6496

#b48aff color RGB value is (180,138,255).

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

The process color (four color CMYK) of #b48aff color hex is 0.29, 0.46, 0.00, 0.00. Web safe color of #b48aff is #cc99ff. Color #b48aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001010 11111111
Octal 264 212 377
Decimal 180 138 255
Hex B4 8A FF

RGB Percentages of Color #b48aff

%31.41
%24.08
%44.50

CMYK Percentages of Color #b48aff

%29
%46
%0
%0

Triadic Colors of #b48aff

#b48aff #ffb48a #8affb4

Analogous Colors of #b48aff

#b48aff #ef8aff #8a9bff

Monochromatic Colors of #b48aff

#b48aff

Complementary Color

#b48aff #d5ff8a

#b48aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48aff Color CSS Codes

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

#b48aff Text Font Color

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

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


#b48aff Background Color

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

This div background color is #b48aff


#b48aff Border Color

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

This div border color is #b48aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48aff


Comments

No comments written yet.

Please login to write comment.