Color Hex Logo

#b8abfe Color Hex

#B8ABFE
(184,171,254)
0 Favorites   0 Comments

Color spaces of #b8abfe

RGB 184171254
HSL0.690.980.83
HSV249°33°100°
CMYK 0.280.330.00   0.00
XYZ52.219546.471999.9836
Yxy46.47190.26280.2339
Hunter Lab68.170317.4357-39.2399
CIE-Lab73.850722.2259-39.4805

#b8abfe color RGB value is (184,171,254).

#b8abfe hex color red value is 184, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b8abfe hue: 0.69 , saturation: 0.98 and the lightness value of b8abfe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10101011 11111110
Octal 270 253 376
Decimal 184 171 254
Hex B8 AB FE

RGB Percentages of Color #b8abfe

%30.21
%28.08
%41.71

CMYK Percentages of Color #b8abfe

%28
%33
%0
%0

Triadic Colors of #b8abfe

#b8abfe #feb8ab #abfeb8

Analogous Colors of #b8abfe

#b8abfe #e2abfe #abc8fe

Monochromatic Colors of #b8abfe

#b8abfe

Complementary Color

#b8abfe #f1feab

#b8abfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8abfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8abfe Color CSS Codes

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

#b8abfe Text Font Color

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

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


#b8abfe Background Color

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

This div background color is #b8abfe


#b8abfe Border Color

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

This div border color is #b8abfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8abfe

Related Colors


Comments

No comments written yet.

Please login to write comment.