Color Hex Logo

#b084eb Color Hex

#B084EB
(176,132,235)
0 Favorites   0 Comments

Color spaces of #b084eb

RGB 176132235
HSL0.740.720.72
HSV266°44°92°
CMYK 0.250.440.00   0.08
XYZ41.151231.730882.5530
Yxy31.73080.26470.2041
Hunter Lab56.330131.8231-47.4597
CIE-Lab63.119837.2215-45.9570

#b084eb color RGB value is (176,132,235).

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

The process color (four color CMYK) of #b084eb color hex is 0.25, 0.44, 0.00, 0.08. Web safe color of #b084eb is #9999ff. Color #b084eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000100 11101011
Octal 260 204 353
Decimal 176 132 235
Hex B0 84 EB

RGB Percentages of Color #b084eb

%32.41
%24.31
%43.28

CMYK Percentages of Color #b084eb

%25
%44
%0
%8

Triadic Colors of #b084eb

#b084eb #ebb084 #84ebb0

Analogous Colors of #b084eb

#b084eb #e484eb #848ceb

Monochromatic Colors of #b084eb

#b084eb

Complementary Color

#b084eb #bfeb84

#b084eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b084eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b084eb Color CSS Codes

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

#b084eb Text Font Color

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

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


#b084eb Background Color

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

This div background color is #b084eb


#b084eb Border Color

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

This div border color is #b084eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b084eb


Comments

No comments written yet.

Please login to write comment.