Color Hex Logo

#8618eb Color Hex

#8618EB
(134,24,235)
0 Favorites   0 Comments

Color spaces of #8618eb

RGB 13424235
HSL0.750.840.51
HSV271°90°92°
CMYK 0.430.900.00   0.08
XYZ25.153511.719879.5337
Yxy11.71980.21610.1007
Hunter Lab34.234271.2427-113.7800
CIE-Lab40.767376.3270-82.2447

#8618eb color RGB value is (134,24,235).

#8618eb hex color red value is 134, green value is 24 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8618eb hue: 0.75 , saturation: 0.84 and the lightness value of 8618eb is 0.51.

The process color (four color CMYK) of #8618eb color hex is 0.43, 0.90, 0.00, 0.08. Web safe color of #8618eb is #9900ff. Color #8618eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011000 11101011
Octal 206 30 353
Decimal 134 24 235
Hex 86 18 EB

RGB Percentages of Color #8618eb

%34.10
%6.11
%59.80

CMYK Percentages of Color #8618eb

%43
%90
%0
%8

Triadic Colors of #8618eb

#8618eb #eb8618 #18eb86

Analogous Colors of #8618eb

#8618eb #eb18e7 #1c18eb

Monochromatic Colors of #8618eb

#8618eb

Complementary Color

#8618eb #7deb18

#8618eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8618eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8618eb Color CSS Codes

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

#8618eb Text Font Color

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

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


#8618eb Background Color

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

This div background color is #8618eb


#8618eb Border Color

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

This div border color is #8618eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8618eb


Comments

No comments written yet.

Please login to write comment.