Color Hex Logo

#6d1abe Color Hex

#6D1ABE
(109,26,190)
0 Favorites   0 Comments

Color spaces of #6d1abe

RGB 10926190
HSL0.750.760.42
HSV270°86°75°
CMYK 0.430.860.00   0.25
XYZ15.97037.707749.3612
Yxy7.70770.21870.1055
Hunter Lab27.762754.0959-85.9816
CIE-Lab33.366663.1193-68.5256

#6d1abe color RGB value is (109,26,190).

#6d1abe hex color red value is 109, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6d1abe hue: 0.75 , saturation: 0.76 and the lightness value of 6d1abe is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 00011010 10111110
Octal 155 32 276
Decimal 109 26 190
Hex 6D 1A BE

RGB Percentages of Color #6d1abe

%33.54
%8.00
%58.46

CMYK Percentages of Color #6d1abe

%43
%86
%0
%25

Triadic Colors of #6d1abe

#6d1abe #be6d1a #1abe6d

Analogous Colors of #6d1abe

#6d1abe #be1abd #1b1abe

Monochromatic Colors of #6d1abe

#6d1abe

Complementary Color

#6d1abe #6bbe1a

#6d1abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d1abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d1abe Color CSS Codes

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

#6d1abe Text Font Color

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

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


#6d1abe Background Color

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

This div background color is #6d1abe


#6d1abe Border Color

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

This div border color is #6d1abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d1abe


Comments

No comments written yet.

Please login to write comment.