Color Hex Logo

#b882ed Color Hex

#B882ED
(184,130,237)
0 Favorites   0 Comments

Color spaces of #b882ed

RGB 184130237
HSL0.750.750.72
HSV270°45°93°
CMYK 0.220.450.00   0.07
XYZ43.035932.270084.0813
Yxy32.27000.27000.2025
Hunter Lab56.806735.8172-47.9922
CIE-Lab63.565440.9893-46.3071

#b882ed color RGB value is (184,130,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000010 11101101
Octal 270 202 355
Decimal 184 130 237
Hex B8 82 ED

RGB Percentages of Color #b882ed

%33.39
%23.59
%43.01

CMYK Percentages of Color #b882ed

%22
%45
%0
%7

Triadic Colors of #b882ed

#b882ed #edb882 #82edb8

Analogous Colors of #b882ed

#b882ed #ed82ed #8382ed

Monochromatic Colors of #b882ed

#b882ed

Complementary Color

#b882ed #b7ed82

#b882ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b882ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b882ed Color CSS Codes

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

#b882ed Text Font Color

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

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


#b882ed Background Color

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

This div background color is #b882ed


#b882ed Border Color

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

This div border color is #b882ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b882ed


Comments

No comments written yet.

Please login to write comment.