Color Hex Logo

#b48acc Color Hex

#B48ACC
(180,138,204)
0 Favorites   0 Comments

Color spaces of #b48acc

RGB 180138204
HSL0.770.390.67
HSV278°32°80°
CMYK 0.120.320.00   0.20
XYZ38.810032.239961.3042
Yxy32.23990.29320.2436
Hunter Lab56.780222.6417-24.2678
CIE-Lab63.540728.0935-28.0089

#b48acc color RGB value is (180,138,204).

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

The process color (four color CMYK) of #b48acc color hex is 0.12, 0.32, 0.00, 0.20. Web safe color of #b48acc is #cc99cc. Color #b48acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001010 11001100
Octal 264 212 314
Decimal 180 138 204
Hex B4 8A CC

RGB Percentages of Color #b48acc

%34.48
%26.44
%39.08

CMYK Percentages of Color #b48acc

%12
%32
%0
%20

Triadic Colors of #b48acc

#b48acc #ccb48a #8accb4

Analogous Colors of #b48acc

#b48acc #cc8ac3 #938acc

Monochromatic Colors of #b48acc

#b48acc

Complementary Color

#b48acc #a2cc8a

#b48acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48acc Color CSS Codes

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

#b48acc Text Font Color

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

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


#b48acc Background Color

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

This div background color is #b48acc


#b48acc Border Color

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

This div border color is #b48acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48acc


Comments

No comments written yet.

Please login to write comment.