Color Hex Logo

#6e4bab Color Hex

#6E4BAB
(110,75,171)
0 Favorites   0 Comments

Color spaces of #6e4bab

RGB 11075171
HSL0.730.390.48
HSV262°56°67°
CMYK 0.360.560.00   0.33
XYZ16.297211.287439.8478
Yxy11.28740.24170.1674
Hunter Lab33.596727.7930-46.8039
CIE-Lab40.060436.1366-46.4019

#6e4bab color RGB value is (110,75,171).

#6e4bab hex color red value is 110, green value is 75 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6e4bab hue: 0.73 , saturation: 0.39 and the lightness value of 6e4bab is 0.48.

The process color (four color CMYK) of #6e4bab color hex is 0.36, 0.56, 0.00, 0.33. Web safe color of #6e4bab is #663399. Color #6e4bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01001011 10101011
Octal 156 113 253
Decimal 110 75 171
Hex 6E 4B AB

RGB Percentages of Color #6e4bab

%30.90
%21.07
%48.03

CMYK Percentages of Color #6e4bab

%36
%56
%0
%33

Triadic Colors of #6e4bab

#6e4bab #ab6e4b #4bab6e

Analogous Colors of #6e4bab

#6e4bab #9e4bab #4b58ab

Monochromatic Colors of #6e4bab

#6e4bab

Complementary Color

#6e4bab #88ab4b

#6e4bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e4bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e4bab Color CSS Codes

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

#6e4bab Text Font Color

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

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


#6e4bab Background Color

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

This div background color is #6e4bab


#6e4bab Border Color

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

This div border color is #6e4bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e4bab


Comments

No comments written yet.

Please login to write comment.