Color Hex Logo

#b884eb Color Hex

#B884EB
(184,132,235)
0 Favorites   0 Comments

Color spaces of #b884eb

RGB 184132235
HSL0.750.720.72
HSV270°44°92°
CMYK 0.220.440.00   0.08
XYZ43.013832.691082.6402
Yxy32.69100.27160.2065
Hunter Lab57.176034.2283-45.6724
CIE-Lab63.909939.4386-44.6588

#b884eb color RGB value is (184,132,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000100 11101011
Octal 270 204 353
Decimal 184 132 235
Hex B8 84 EB

RGB Percentages of Color #b884eb

%33.39
%23.96
%42.65

CMYK Percentages of Color #b884eb

%22
%44
%0
%8

Triadic Colors of #b884eb

#b884eb #ebb884 #84ebb8

Analogous Colors of #b884eb

#b884eb #eb84eb #8584eb

Monochromatic Colors of #b884eb

#b884eb

Complementary Color

#b884eb #b7eb84

#b884eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b884eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b884eb Color CSS Codes

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

#b884eb Text Font Color

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

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


#b884eb Background Color

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

This div background color is #b884eb


#b884eb Border Color

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

This div border color is #b884eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b884eb


Comments

No comments written yet.

Please login to write comment.