Color Hex Logo

#b881eb Color Hex

#B881EB
(184,129,235)
0 Favorites   0 Comments

Color spaces of #b881eb

RGB 184129235
HSL0.750.730.71
HSV271°45°92°
CMYK 0.220.450.00   0.08
XYZ42.612831.889082.5065
Yxy31.88900.27140.2031
Hunter Lab56.470335.8739-47.0969
CIE-Lab63.251041.0820-45.6964

#b881eb color RGB value is (184,129,235).

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

The process color (four color CMYK) of #b881eb color hex is 0.22, 0.45, 0.00, 0.08. Web safe color of #b881eb is #cc99ff. Color #b881eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000001 11101011
Octal 270 201 353
Decimal 184 129 235
Hex B8 81 EB

RGB Percentages of Color #b881eb

%33.58
%23.54
%42.88

CMYK Percentages of Color #b881eb

%22
%45
%0
%8

Triadic Colors of #b881eb

#b881eb #ebb881 #81ebb8

Analogous Colors of #b881eb

#b881eb #eb81e9 #8381eb

Monochromatic Colors of #b881eb

#b881eb

Complementary Color

#b881eb #b4eb81

#b881eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b881eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b881eb Color CSS Codes

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

#b881eb Text Font Color

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

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


#b881eb Background Color

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

This div background color is #b881eb


#b881eb Border Color

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

This div border color is #b881eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b881eb


Comments

No comments written yet.

Please login to write comment.