Color Hex Logo

#b4adda Color Hex

#B4ADDA
(180,173,218)
0 Favorites   0 Comments

Color spaces of #b4adda

RGB 180173218
HSL0.690.380.77
HSV249°21°85°
CMYK 0.170.210.00   0.15
XYZ46.420844.652472.5018
Yxy44.65240.28380.2730
Hunter Lab66.82257.0626-17.5534
CIE-Lab72.662411.5912-21.7801

#b4adda color RGB value is (180,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101101 11011010
Octal 264 255 332
Decimal 180 173 218
Hex B4 AD DA

RGB Percentages of Color #b4adda

%31.52
%30.30
%38.18

CMYK Percentages of Color #b4adda

%17
%21
%0
%15

Triadic Colors of #b4adda

#b4adda #dab4ad #addab4

Analogous Colors of #b4adda

#b4adda #cbadda #adbdda

Monochromatic Colors of #b4adda

#b4adda

Complementary Color

#b4adda #d3daad

#b4adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4adda Color CSS Codes

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

#b4adda Text Font Color

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

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


#b4adda Background Color

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

This div background color is #b4adda


#b4adda Border Color

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

This div border color is #b4adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4adda


Comments

No comments written yet.

Please login to write comment.