Color Hex Logo

#b882eb Color Hex

#B882EB
(184,130,235)
0 Favorites   0 Comments

Color spaces of #b882eb

RGB 184130235
HSL0.750.720.72
HSV271°45°92°
CMYK 0.220.450.00   0.08
XYZ42.745232.153882.5506
Yxy32.15380.27150.2042
Hunter Lab56.704335.3254-46.6218
CIE-Lab63.469840.5350-45.3517

#b882eb color RGB value is (184,130,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000010 11101011
Octal 270 202 353
Decimal 184 130 235
Hex B8 82 EB

RGB Percentages of Color #b882eb

%33.52
%23.68
%42.81

CMYK Percentages of Color #b882eb

%22
%45
%0
%8

Triadic Colors of #b882eb

#b882eb #ebb882 #82ebb8

Analogous Colors of #b882eb

#b882eb #eb82ea #8482eb

Monochromatic Colors of #b882eb

#b882eb

Complementary Color

#b882eb #b5eb82

#b882eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b882eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b882eb Color CSS Codes

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

#b882eb Text Font Color

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

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


#b882eb Background Color

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

This div background color is #b882eb


#b882eb Border Color

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

This div border color is #b882eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b882eb


Comments

No comments written yet.

Please login to write comment.