Color Hex Logo

#b4aabe Color Hex

#B4AABE
(180,170,190)
0 Favorites   0 Comments

Color spaces of #b4aabe

RGB 180170190
HSL0.750.130.71
HSV270°11°75°
CMYK 0.050.110.00   0.25
XYZ42.491442.170554.6154
Yxy42.17050.30510.3028
Hunter Lab64.93883.1549-4.4074
CIE-Lab70.98837.3679-8.9291

#b4aabe color RGB value is (180,170,190).

#b4aabe hex color red value is 180, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b4aabe hue: 0.75 , saturation: 0.13 and the lightness value of b4aabe is 0.71.

The process color (four color CMYK) of #b4aabe color hex is 0.05, 0.11, 0.00, 0.25. Web safe color of #b4aabe is #cc99cc. Color #b4aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101010 10111110
Octal 264 252 276
Decimal 180 170 190
Hex B4 AA BE

RGB Percentages of Color #b4aabe

%33.33
%31.48
%35.19

CMYK Percentages of Color #b4aabe

%5
%11
%0
%25

Triadic Colors of #b4aabe

#b4aabe #beb4aa #aabeb4

Analogous Colors of #b4aabe

#b4aabe #beaabe #aaaabe

Monochromatic Colors of #b4aabe

#b4aabe

Complementary Color

#b4aabe #b4beaa

#b4aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4aabe Color CSS Codes

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

#b4aabe Text Font Color

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

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


#b4aabe Background Color

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

This div background color is #b4aabe


#b4aabe Border Color

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

This div border color is #b4aabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,170,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b4aabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4aabe


Comments

No comments written yet.

Please login to write comment.