Color Hex Logo

#b8abed Color Hex

#B8ABED
(184,171,237)
0 Favorites   0 Comments

Color spaces of #b8abed

RGB 184171237
HSL0.700.650.80
HSV252°28°93°
CMYK 0.220.280.00   0.07
XYZ49.616145.430686.2747
Yxy45.43060.27360.2506
Hunter Lab67.402213.4435-28.7095
CIE-Lab73.174518.2187-31.3216

#b8abed color RGB value is (184,171,237).

#b8abed hex color red value is 184, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b8abed hue: 0.70 , saturation: 0.65 and the lightness value of b8abed is 0.80.

The process color (four color CMYK) of #b8abed color hex is 0.22, 0.28, 0.00, 0.07. Web safe color of #b8abed is #cc99ff. Color #b8abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101011 11101101
Octal 270 253 355
Decimal 184 171 237
Hex B8 AB ED

RGB Percentages of Color #b8abed

%31.08
%28.89
%40.03

CMYK Percentages of Color #b8abed

%22
%28
%0
%7

Triadic Colors of #b8abed

#b8abed #edb8ab #abedb8

Analogous Colors of #b8abed

#b8abed #d9abed #abbfed

Monochromatic Colors of #b8abed

#b8abed

Complementary Color

#b8abed #e0edab

#b8abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8abed Color CSS Codes

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

#b8abed Text Font Color

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

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


#b8abed Background Color

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

This div background color is #b8abed


#b8abed Border Color

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

This div border color is #b8abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8abed


Comments

No comments written yet.

Please login to write comment.