Color Hex Logo

#b88ada Color Hex

#B88ADA
(184,138,218)
0 Favorites   0 Comments

Color spaces of #b88ada

RGB 184138218
HSL0.760.520.70
HSV275°37°85°
CMYK 0.160.370.00   0.15
XYZ41.510533.429370.5943
Yxy33.42930.28520.2297
Hunter Lab57.818126.9725-31.9188
CIE-Lab64.507032.3397-34.2959

#b88ada color RGB value is (184,138,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001010 11011010
Octal 270 212 332
Decimal 184 138 218
Hex B8 8A DA

RGB Percentages of Color #b88ada

%34.07
%25.56
%40.37

CMYK Percentages of Color #b88ada

%16
%37
%0
%15

Triadic Colors of #b88ada

#b88ada #dab88a #8adab8

Analogous Colors of #b88ada

#b88ada #da8ad4 #908ada

Monochromatic Colors of #b88ada

#b88ada

Complementary Color

#b88ada #acda8a

#b88ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88ada Color CSS Codes

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

#b88ada Text Font Color

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

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


#b88ada Background Color

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

This div background color is #b88ada


#b88ada Border Color

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

This div border color is #b88ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88ada


Comments

No comments written yet.

Please login to write comment.