Color Hex Logo

#b87efe Color Hex

#B87EFE
(184,126,254)
0 Favorites   0 Comments

Color spaces of #b87efe

RGB 184126254
HSL0.740.980.75
HSV267°50°100°
CMYK 0.280.500.00   0.00
XYZ45.117432.267897.6163
Yxy32.26780.25780.1844
Hunter Lab56.804842.3660-62.1238
CIE-Lab63.563647.0899-55.6704

#b87efe color RGB value is (184,126,254).

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

The process color (four color CMYK) of #b87efe color hex is 0.28, 0.50, 0.00, 0.00. Web safe color of #b87efe is #cc66ff. Color #b87efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111110 11111110
Octal 270 176 376
Decimal 184 126 254
Hex B8 7E FE

RGB Percentages of Color #b87efe

%32.62
%22.34
%45.04

CMYK Percentages of Color #b87efe

%28
%50
%0
%0

Triadic Colors of #b87efe

#b87efe #feb87e #7efeb8

Analogous Colors of #b87efe

#b87efe #f87efe #7e84fe

Monochromatic Colors of #b87efe

#b87efe

Complementary Color

#b87efe #c4fe7e

#b87efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87efe Color CSS Codes

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

#b87efe Text Font Color

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

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


#b87efe Background Color

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

This div background color is #b87efe


#b87efe Border Color

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

This div border color is #b87efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87efe

Related Colors


Comments

No comments written yet.

Please login to write comment.