Color Hex Logo

#b8adda Color Hex

#B8ADDA
(184,173,218)
0 Favorites   0 Comments

Color spaces of #b8adda

RGB 184173218
HSL0.710.380.77
HSV255°21°85°
CMYK 0.160.210.00   0.15
XYZ47.365645.139472.5460
Yxy45.13940.28700.2735
Hunter Lab67.18598.2661-16.9901
CIE-Lab72.983612.8603-21.2619

#b8adda color RGB value is (184,173,218).

#b8adda hex color red value is 184, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b8adda hue: 0.71 , saturation: 0.38 and the lightness value of b8adda is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101101 11011010
Octal 270 255 332
Decimal 184 173 218
Hex B8 AD DA

RGB Percentages of Color #b8adda

%32.00
%30.09
%37.91

CMYK Percentages of Color #b8adda

%16
%21
%0
%15

Triadic Colors of #b8adda

#b8adda #dab8ad #addab8

Analogous Colors of #b8adda

#b8adda #cfadda #adb9da

Monochromatic Colors of #b8adda

#b8adda

Complementary Color

#b8adda #cfdaad

#b8adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8adda Color CSS Codes

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

#b8adda Text Font Color

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

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


#b8adda Background Color

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

This div background color is #b8adda


#b8adda Border Color

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

This div border color is #b8adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8adda


Comments

No comments written yet.

Please login to write comment.