Color Hex Logo

#b984eb Color Hex

#B984EB
(185,132,235)
0 Favorites   0 Comments

Color spaces of #b984eb

RGB 185132235
HSL0.750.720.72
HSV271°44°92°
CMYK 0.210.440.00   0.08
XYZ43.254232.815082.6514
Yxy32.81500.27250.2067
Hunter Lab57.284434.5338-45.4461
CIE-Lab64.010839.7175-44.4931

#b984eb color RGB value is (185,132,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000100 11101011
Octal 271 204 353
Decimal 185 132 235
Hex B9 84 EB

RGB Percentages of Color #b984eb

%33.51
%23.91
%42.57

CMYK Percentages of Color #b984eb

%21
%44
%0
%8

Triadic Colors of #b984eb

#b984eb #ebb984 #84ebb9

Analogous Colors of #b984eb

#b984eb #eb84ea #8684eb

Monochromatic Colors of #b984eb

#b984eb

Complementary Color

#b984eb #b6eb84

#b984eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b984eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b984eb Color CSS Codes

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

#b984eb Text Font Color

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

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


#b984eb Background Color

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

This div background color is #b984eb


#b984eb Border Color

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

This div border color is #b984eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b984eb


Comments

No comments written yet.

Please login to write comment.