Color Hex Logo

#b8abe1 Color Hex

#B8ABE1
(184,171,225)
0 Favorites   0 Comments

Color spaces of #b8abe1

RGB 184171225
HSL0.710.470.78
HSV254°24°88°
CMYK 0.180.240.00   0.12
XYZ47.920744.752477.3465
Yxy44.75240.28190.2632
Hunter Lab66.897210.7953-21.7230
CIE-Lab72.728615.5021-25.4726

#b8abe1 color RGB value is (184,171,225).

#b8abe1 hex color red value is 184, green value is 171 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #b8abe1 hue: 0.71 , saturation: 0.47 and the lightness value of b8abe1 is 0.78.

The process color (four color CMYK) of #b8abe1 color hex is 0.18, 0.24, 0.00, 0.12. Web safe color of #b8abe1 is #cc99cc. Color #b8abe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101011 11100001
Octal 270 253 341
Decimal 184 171 225
Hex B8 AB E1

RGB Percentages of Color #b8abe1

%31.72
%29.48
%38.79

CMYK Percentages of Color #b8abe1

%18
%24
%0
%12

Triadic Colors of #b8abe1

#b8abe1 #e1b8ab #abe1b8

Analogous Colors of #b8abe1

#b8abe1 #d3abe1 #abb9e1

Monochromatic Colors of #b8abe1

#b8abe1

Complementary Color

#b8abe1 #d4e1ab

#b8abe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8abe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8abe1 Color CSS Codes

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

#b8abe1 Text Font Color

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

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


#b8abe1 Background Color

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

This div background color is #b8abe1


#b8abe1 Border Color

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

This div border color is #b8abe1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,171,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8abe1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8abe1;
  -webkit-box-shadow: 1px 1px 3px 2px #b8abe1;
  box-shadow:         1px 1px 3px 2px #b8abe1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,171,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8abe1


Comments

No comments written yet.

Please login to write comment.