Color Hex Logo

#6e40eb Color Hex

#6E40EB
(110,64,235)
0 Favorites   0 Comments

Color spaces of #6e40eb

RGB 11064235
HSL0.710.810.59
HSV256°73°92°
CMYK 0.530.730.00   0.08
XYZ23.259212.979979.8767
Yxy12.97990.20030.1118
Hunter Lab36.027652.1901-106.2323
CIE-Lab42.732959.5846-79.1142

#6e40eb color RGB value is (110,64,235).

#6e40eb hex color red value is 110, green value is 64 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6e40eb hue: 0.71 , saturation: 0.81 and the lightness value of 6e40eb is 0.59.

The process color (four color CMYK) of #6e40eb color hex is 0.53, 0.73, 0.00, 0.08. Web safe color of #6e40eb is #6633ff. Color #6e40eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01000000 11101011
Octal 156 100 353
Decimal 110 64 235
Hex 6E 40 EB

RGB Percentages of Color #6e40eb

%26.89
%15.65
%57.46

CMYK Percentages of Color #6e40eb

%53
%73
%0
%8

Triadic Colors of #6e40eb

#6e40eb #eb6e40 #40eb6e

Analogous Colors of #6e40eb

#6e40eb #c440eb #4068eb

Monochromatic Colors of #6e40eb

#6e40eb

Complementary Color

#6e40eb #bdeb40

#6e40eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e40eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e40eb Color CSS Codes

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

#6e40eb Text Font Color

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

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


#6e40eb Background Color

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

This div background color is #6e40eb


#6e40eb Border Color

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

This div border color is #6e40eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,64,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e40eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e40eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6e40eb;
  box-shadow:         1px 1px 3px 2px #6e40eb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e40eb


Comments

No comments written yet.

Please login to write comment.