Color Hex Logo

#b48ac1 Color Hex

#B48AC1
(180,138,193)
0 Favorites   0 Comments

Color spaces of #b48ac1

RGB 180138193
HSL0.790.310.65
HSV286°28°76°
CMYK 0.070.280.00   0.24
XYZ37.536531.730554.5983
Yxy31.73050.30300.2562
Hunter Lab56.329820.3698-18.0366
CIE-Lab63.119525.8063-22.4794

#b48ac1 color RGB value is (180,138,193).

#b48ac1 hex color red value is 180, green value is 138 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #b48ac1 hue: 0.79 , saturation: 0.31 and the lightness value of b48ac1 is 0.65.

The process color (four color CMYK) of #b48ac1 color hex is 0.07, 0.28, 0.00, 0.24. Web safe color of #b48ac1 is #cc99cc. Color #b48ac1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001010 11000001
Octal 264 212 301
Decimal 180 138 193
Hex B4 8A C1

RGB Percentages of Color #b48ac1

%35.23
%27.01
%37.77

CMYK Percentages of Color #b48ac1

%7
%28
%0
%24

Triadic Colors of #b48ac1

#b48ac1 #c1b48a #8ac1b4

Analogous Colors of #b48ac1

#b48ac1 #c18ab3 #998ac1

Monochromatic Colors of #b48ac1

#b48ac1

Complementary Color

#b48ac1 #97c18a

#b48ac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48ac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48ac1 Color CSS Codes

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

#b48ac1 Text Font Color

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

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


#b48ac1 Background Color

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

This div background color is #b48ac1


#b48ac1 Border Color

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

This div border color is #b48ac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48ac1


Comments

No comments written yet.

Please login to write comment.