Color Hex Logo

#6e5bbe Color Hex

#6E5BBE
(110,91,190)
0 Favorites   0 Comments

Color spaces of #6e5bbe

RGB 11091190
HSL0.700.430.55
HSV252°52°75°
CMYK 0.420.520.00   0.25
XYZ19.465814.514950.4909
Yxy14.51490.23040.1718
Hunter Lab38.098424.5296-51.9067
CIE-Lab44.962531.9541-49.6958

#6e5bbe color RGB value is (110,91,190).

#6e5bbe hex color red value is 110, green value is 91 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6e5bbe hue: 0.70 , saturation: 0.43 and the lightness value of 6e5bbe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01011011 10111110
Octal 156 133 276
Decimal 110 91 190
Hex 6E 5B BE

RGB Percentages of Color #6e5bbe

%28.13
%23.27
%48.59

CMYK Percentages of Color #6e5bbe

%42
%52
%0
%25

Triadic Colors of #6e5bbe

#6e5bbe #be6e5b #5bbe6e

Analogous Colors of #6e5bbe

#6e5bbe #a05bbe #5b7abe

Monochromatic Colors of #6e5bbe

#6e5bbe

Complementary Color

#6e5bbe #abbe5b

#6e5bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e5bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e5bbe Color CSS Codes

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

#6e5bbe Text Font Color

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

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


#6e5bbe Background Color

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

This div background color is #6e5bbe


#6e5bbe Border Color

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

This div border color is #6e5bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e5bbe


Comments

No comments written yet.

Please login to write comment.