Color Hex Logo

#b4a4eb Color Hex

#B4A4EB
(180,164,235)
0 Favorites   0 Comments

Color spaces of #b4a4eb

RGB 180164235
HSL0.700.640.78
HSV254°30°92°
CMYK 0.230.300.00   0.08
XYZ47.093242.252484.2707
Yxy42.25240.27120.2434
Hunter Lab65.001815.5683-31.3644
CIE-Lab71.044620.4567-33.5497

#b4a4eb color RGB value is (180,164,235).

#b4a4eb hex color red value is 180, green value is 164 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b4a4eb hue: 0.70 , saturation: 0.64 and the lightness value of b4a4eb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10100100 11101011
Octal 264 244 353
Decimal 180 164 235
Hex B4 A4 EB

RGB Percentages of Color #b4a4eb

%31.09
%28.32
%40.59

CMYK Percentages of Color #b4a4eb

%23
%30
%0
%8

Triadic Colors of #b4a4eb

#b4a4eb #ebb4a4 #a4ebb4

Analogous Colors of #b4a4eb

#b4a4eb #d8a4eb #a4b8eb

Monochromatic Colors of #b4a4eb

#b4a4eb

Complementary Color

#b4a4eb #dbeba4

#b4a4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4a4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4a4eb Color CSS Codes

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

#b4a4eb Text Font Color

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

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


#b4a4eb Background Color

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

This div background color is #b4a4eb


#b4a4eb Border Color

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

This div border color is #b4a4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4a4eb


Comments

No comments written yet.

Please login to write comment.