Color Hex Logo

#b48acd Color Hex

#B48ACD
(180,138,205)
0 Favorites   0 Comments

Color spaces of #b48acd

RGB 180138205
HSL0.770.400.67
HSV278°33°80°
CMYK 0.120.330.00   0.20
XYZ38.930332.288061.9380
Yxy32.28800.29240.2425
Hunter Lab56.822522.8546-24.8518
CIE-Lab63.580228.3060-28.5080

#b48acd color RGB value is (180,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001010 11001101
Octal 264 212 315
Decimal 180 138 205
Hex B4 8A CD

RGB Percentages of Color #b48acd

%34.42
%26.39
%39.20

CMYK Percentages of Color #b48acd

%12
%33
%0
%20

Triadic Colors of #b48acd

#b48acd #cdb48a #8acdb4

Analogous Colors of #b48acd

#b48acd #cd8ac5 #938acd

Monochromatic Colors of #b48acd

#b48acd

Complementary Color

#b48acd #a3cd8a

#b48acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48acd Color CSS Codes

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

#b48acd Text Font Color

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

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


#b48acd Background Color

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

This div background color is #b48acd


#b48acd Border Color

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

This div border color is #b48acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48acd


Comments

No comments written yet.

Please login to write comment.