Color Hex Logo

#b081eb Color Hex

#B081EB
(176,129,235)
0 Favorites   0 Comments

Color spaces of #b081eb

RGB 176129235
HSL0.740.730.71
HSV267°45°92°
CMYK 0.250.450.00   0.08
XYZ40.750130.928882.4193
Yxy30.92880.26440.2007
Hunter Lab55.613733.4693-48.9380
CIE-Lab62.447538.8864-47.0176

#b081eb color RGB value is (176,129,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000001 11101011
Octal 260 201 353
Decimal 176 129 235
Hex B0 81 EB

RGB Percentages of Color #b081eb

%32.59
%23.89
%43.52

CMYK Percentages of Color #b081eb

%25
%45
%0
%8

Triadic Colors of #b081eb

#b081eb #ebb081 #81ebb0

Analogous Colors of #b081eb

#b081eb #e581eb #8187eb

Monochromatic Colors of #b081eb

#b081eb

Complementary Color

#b081eb #bceb81

#b081eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b081eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b081eb Color CSS Codes

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

#b081eb Text Font Color

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

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


#b081eb Background Color

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

This div background color is #b081eb


#b081eb Border Color

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

This div border color is #b081eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b081eb


Comments

No comments written yet.

Please login to write comment.