Color Hex Logo

#8036eb Color Hex

#8036EB
(128,54,235)
0 Favorites   0 Comments

Color spaces of #8036eb

RGB 12854235
HSL0.730.820.57
HSV265°77°92°
CMYK 0.460.770.00   0.08
XYZ25.216713.225779.8210
Yxy13.22570.21320.1118
Hunter Lab36.367260.1280-104.6765
CIE-Lab43.101466.5349-78.4371

#8036eb color RGB value is (128,54,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110110 11101011
Octal 200 66 353
Decimal 128 54 235
Hex 80 36 EB

RGB Percentages of Color #8036eb

%30.70
%12.95
%56.35

CMYK Percentages of Color #8036eb

%46
%77
%0
%8

Triadic Colors of #8036eb

#8036eb #eb8036 #36eb80

Analogous Colors of #8036eb

#8036eb #db36eb #3647eb

Monochromatic Colors of #8036eb

#8036eb

Complementary Color

#8036eb #a1eb36

#8036eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8036eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8036eb Color CSS Codes

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

#8036eb Text Font Color

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

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


#8036eb Background Color

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

This div background color is #8036eb


#8036eb Border Color

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

This div border color is #8036eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8036eb


Comments

No comments written yet.

Please login to write comment.