Color Hex Logo

#b4aaeb Color Hex

#B4AAEB
(180,170,235)
0 Favorites   0 Comments

Color spaces of #b4aaeb

RGB 180170235
HSL0.690.620.79
HSV249°28°92°
CMYK 0.230.280.00   0.08
XYZ48.192544.450984.6371
Yxy44.45090.27180.2507
Hunter Lab66.671512.3509-28.5965
CIE-Lab72.528917.1139-31.2564

#b4aaeb color RGB value is (180,170,235).

#b4aaeb hex color red value is 180, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b4aaeb hue: 0.69 , saturation: 0.62 and the lightness value of b4aaeb is 0.79.

The process color (four color CMYK) of #b4aaeb color hex is 0.23, 0.28, 0.00, 0.08. Web safe color of #b4aaeb is #cc99ff. Color #b4aaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101010 11101011
Octal 264 252 353
Decimal 180 170 235
Hex B4 AA EB

RGB Percentages of Color #b4aaeb

%30.77
%29.06
%40.17

CMYK Percentages of Color #b4aaeb

%23
%28
%0
%8

Triadic Colors of #b4aaeb

#b4aaeb #ebb4aa #aaebb4

Analogous Colors of #b4aaeb

#b4aaeb #d5aaeb #aac1eb

Monochromatic Colors of #b4aaeb

#b4aaeb

Complementary Color

#b4aaeb #e1ebaa

#b4aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4aaeb Color CSS Codes

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

#b4aaeb Text Font Color

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

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


#b4aaeb Background Color

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

This div background color is #b4aaeb


#b4aaeb Border Color

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

This div border color is #b4aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4aaeb


Comments

No comments written yet.

Please login to write comment.