Color Hex Logo

#b036eb Color Hex

#B036EB
(176,54,235)
0 Favorites   0 Comments

Color spaces of #b036eb

RGB 17654235
HSL0.780.820.57
HSV280°77°92°
CMYK 0.250.770.00   0.08
XYZ34.219117.866680.2423
Yxy17.86660.25860.1350
Hunter Lab42.268970.5354-82.9665
CIE-Lab49.333974.0852-68.0080

#b036eb color RGB value is (176,54,235).

#b036eb hex color red value is 176, green value is 54 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b036eb hue: 0.78 , saturation: 0.82 and the lightness value of b036eb is 0.57.

The process color (four color CMYK) of #b036eb color hex is 0.25, 0.77, 0.00, 0.08. Web safe color of #b036eb is #9933ff. Color #b036eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110110 11101011
Octal 260 66 353
Decimal 176 54 235
Hex B0 36 EB

RGB Percentages of Color #b036eb

%37.85
%11.61
%50.54

CMYK Percentages of Color #b036eb

%25
%77
%0
%8

Triadic Colors of #b036eb

#b036eb #ebb036 #36ebb0

Analogous Colors of #b036eb

#b036eb #eb36cc #5636eb

Monochromatic Colors of #b036eb

#b036eb

Complementary Color

#b036eb #71eb36

#b036eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b036eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b036eb Color CSS Codes

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

#b036eb Text Font Color

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

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


#b036eb Background Color

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

This div background color is #b036eb


#b036eb Border Color

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

This div border color is #b036eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b036eb


Comments

No comments written yet.

Please login to write comment.