Color Hex Logo

#b49ada Color Hex

#B49ADA
(180,154,218)
0 Favorites   0 Comments

Color spaces of #b49ada

RGB 180154218
HSL0.730.460.73
HSV264°29°85°
CMYK 0.170.290.00   0.15
XYZ43.032937.876571.3725
Yxy37.87650.28260.2487
Hunter Lab61.543917.1095-25.6779
CIE-Lab67.929522.1697-29.0288

#b49ada color RGB value is (180,154,218).

#b49ada hex color red value is 180, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b49ada hue: 0.73 , saturation: 0.46 and the lightness value of b49ada is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011010 11011010
Octal 264 232 332
Decimal 180 154 218
Hex B4 9A DA

RGB Percentages of Color #b49ada

%32.61
%27.90
%39.49

CMYK Percentages of Color #b49ada

%17
%29
%0
%15

Triadic Colors of #b49ada

#b49ada #dab49a #9adab4

Analogous Colors of #b49ada

#b49ada #d49ada #9aa0da

Monochromatic Colors of #b49ada

#b49ada

Complementary Color

#b49ada #c0da9a

#b49ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b49ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b49ada Color CSS Codes

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

#b49ada Text Font Color

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

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


#b49ada Background Color

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

This div background color is #b49ada


#b49ada Border Color

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

This div border color is #b49ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,154,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 #b49ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b49ada


Comments

No comments written yet.

Please login to write comment.