Color Hex Logo

#b876eb Color Hex

#B876EB
(184,118,235)
0 Favorites   0 Comments

Color spaces of #b876eb

RGB 184118235
HSL0.760.750.69
HSV274°50°92°
CMYK 0.220.500.00   0.08
XYZ41.241029.145482.0492
Yxy29.14540.27050.1912
Hunter Lab53.986541.8822-52.3190
CIE-Lab60.909747.0225-49.3956

#b876eb color RGB value is (184,118,235).

#b876eb hex color red value is 184, green value is 118 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b876eb hue: 0.76 , saturation: 0.75 and the lightness value of b876eb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110110 11101011
Octal 270 166 353
Decimal 184 118 235
Hex B8 76 EB

RGB Percentages of Color #b876eb

%34.26
%21.97
%43.76

CMYK Percentages of Color #b876eb

%22
%50
%0
%8

Triadic Colors of #b876eb

#b876eb #ebb876 #76ebb8

Analogous Colors of #b876eb

#b876eb #eb76e4 #7e76eb

Monochromatic Colors of #b876eb

#b876eb

Complementary Color

#b876eb #a9eb76

#b876eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b876eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b876eb Color CSS Codes

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

#b876eb Text Font Color

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

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


#b876eb Background Color

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

This div background color is #b876eb


#b876eb Border Color

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

This div border color is #b876eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b876eb


Comments

No comments written yet.

Please login to write comment.