Color Hex Logo

#b48ada Color Hex

#B48ADA
(180,138,218)
0 Favorites   0 Comments

Color spaces of #b48ada

RGB 180138218
HSL0.750.520.70
HSV272°37°85°
CMYK 0.170.370.00   0.15
XYZ40.565832.942270.5501
Yxy32.94220.28160.2287
Hunter Lab57.395325.7183-32.7024
CIE-Lab64.114131.1335-34.9372

#b48ada color RGB value is (180,138,218).

#b48ada hex color red value is 180, green value is 138 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b48ada hue: 0.75 , saturation: 0.52 and the lightness value of b48ada is 0.70.

The process color (four color CMYK) of #b48ada color hex is 0.17, 0.37, 0.00, 0.15. Web safe color of #b48ada is #cc99cc. Color #b48ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001010 11011010
Octal 264 212 332
Decimal 180 138 218
Hex B4 8A DA

RGB Percentages of Color #b48ada

%33.58
%25.75
%40.67

CMYK Percentages of Color #b48ada

%17
%37
%0
%15

Triadic Colors of #b48ada

#b48ada #dab48a #8adab4

Analogous Colors of #b48ada

#b48ada #da8ad8 #8c8ada

Monochromatic Colors of #b48ada

#b48ada

Complementary Color

#b48ada #b0da8a

#b48ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48ada Color CSS Codes

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

#b48ada Text Font Color

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

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


#b48ada Background Color

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

This div background color is #b48ada


#b48ada Border Color

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

This div border color is #b48ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48ada


Comments

No comments written yet.

Please login to write comment.