Color Hex Logo

#b4aafc Color Hex

#B4AAFC
(180,170,252)
0 Favorites   0 Comments

Color spaces of #b4aafc

RGB 180170252
HSL0.690.930.83
HSV247°33°99°
CMYK 0.290.330.00   0.01
XYZ50.767845.481098.1984
Yxy45.48100.26110.2339
Hunter Lab67.439616.3536-39.1241
CIE-Lab73.207521.1678-39.4256

#b4aafc color RGB value is (180,170,252).

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

The process color (four color CMYK) of #b4aafc color hex is 0.29, 0.33, 0.00, 0.01. Web safe color of #b4aafc is #cc99ff. Color #b4aafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101010 11111100
Octal 264 252 374
Decimal 180 170 252
Hex B4 AA FC

RGB Percentages of Color #b4aafc

%29.90
%28.24
%41.86

CMYK Percentages of Color #b4aafc

%29
%33
%0
%1

Triadic Colors of #b4aafc

#b4aafc #fcb4aa #aafcb4

Analogous Colors of #b4aafc

#b4aafc #ddaafc #aac9fc

Monochromatic Colors of #b4aafc

#b4aafc

Complementary Color

#b4aafc #f2fcaa

#b4aafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4aafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4aafc Color CSS Codes

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

#b4aafc Text Font Color

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

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


#b4aafc Background Color

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

This div background color is #b4aafc


#b4aafc Border Color

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

This div border color is #b4aafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4aafc

Related Colors


Comments

No comments written yet.

Please login to write comment.