Color Hex Logo

#6e3bbe Color Hex

#6E3BBE
(110,59,190)
0 Favorites   0 Comments

Color spaces of #6e3bbe

RGB 11059190
HSL0.730.530.49
HSV263°69°75°
CMYK 0.420.690.00   0.25
XYZ17.288610.160649.7652
Yxy10.16060.22390.1316
Hunter Lab31.875741.0316-70.2522
CIE-Lab38.129149.9829-60.7322

#6e3bbe color RGB value is (110,59,190).

#6e3bbe hex color red value is 110, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6e3bbe hue: 0.73 , saturation: 0.53 and the lightness value of 6e3bbe is 0.49.

The process color (four color CMYK) of #6e3bbe color hex is 0.42, 0.69, 0.00, 0.25. Web safe color of #6e3bbe is #6633cc. Color #6e3bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 00111011 10111110
Octal 156 73 276
Decimal 110 59 190
Hex 6E 3B BE

RGB Percentages of Color #6e3bbe

%30.64
%16.43
%52.92

CMYK Percentages of Color #6e3bbe

%42
%69
%0
%25

Triadic Colors of #6e3bbe

#6e3bbe #be6e3b #3bbe6e

Analogous Colors of #6e3bbe

#6e3bbe #b03bbe #3b4abe

Monochromatic Colors of #6e3bbe

#6e3bbe

Complementary Color

#6e3bbe #8bbe3b

#6e3bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e3bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e3bbe Color CSS Codes

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

#6e3bbe Text Font Color

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

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


#6e3bbe Background Color

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

This div background color is #6e3bbe


#6e3bbe Border Color

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

This div border color is #6e3bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,59,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6e3bbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e3bbe


Comments

No comments written yet.

Please login to write comment.