Color Hex Logo

#b98ada Color Hex

#B98ADA
(185,138,218)
0 Favorites   0 Comments

Color spaces of #b98ada

RGB 185138218
HSL0.760.520.70
HSV275°37°85°
CMYK 0.150.370.00   0.15
XYZ41.751033.553270.6056
Yxy33.55320.28610.2300
Hunter Lab57.925127.2894-31.7217
CIE-Lab64.606432.6427-34.1339

#b98ada color RGB value is (185,138,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001010 11011010
Octal 271 212 332
Decimal 185 138 218
Hex B9 8A DA

RGB Percentages of Color #b98ada

%34.20
%25.51
%40.30

CMYK Percentages of Color #b98ada

%15
%37
%0
%15

Triadic Colors of #b98ada

#b98ada #dab98a #8adab9

Analogous Colors of #b98ada

#b98ada #da8ad3 #918ada

Monochromatic Colors of #b98ada

#b98ada

Complementary Color

#b98ada #abda8a

#b98ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98ada Color CSS Codes

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

#b98ada Text Font Color

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

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


#b98ada Background Color

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

This div background color is #b98ada


#b98ada Border Color

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

This div border color is #b98ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98ada


Comments

No comments written yet.

Please login to write comment.