Color Hex Logo

#6b2abe Color Hex

#6B2ABE
(107,42,190)
0 Favorites   0 Comments

Color spaces of #6b2abe

RGB 10742190
HSL0.740.640.45
HSV266°78°75°
CMYK 0.440.780.00   0.25
XYZ16.18568.499449.5027
Yxy8.49940.21820.1146
Hunter Lab29.153748.0808-80.2661
CIE-Lab35.002057.3043-65.8525

#6b2abe color RGB value is (107,42,190).

#6b2abe hex color red value is 107, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6b2abe hue: 0.74 , saturation: 0.64 and the lightness value of 6b2abe is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 00101010 10111110
Octal 153 52 276
Decimal 107 42 190
Hex 6B 2A BE

RGB Percentages of Color #6b2abe

%31.56
%12.39
%56.05

CMYK Percentages of Color #6b2abe

%44
%78
%0
%25

Triadic Colors of #6b2abe

#6b2abe #be6b2a #2abe6b

Analogous Colors of #6b2abe

#6b2abe #b52abe #2a33be

Monochromatic Colors of #6b2abe

#6b2abe

Complementary Color

#6b2abe #7dbe2a

#6b2abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b2abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b2abe Color CSS Codes

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

#6b2abe Text Font Color

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

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


#6b2abe Background Color

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

This div background color is #6b2abe


#6b2abe Border Color

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

This div border color is #6b2abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b2abe


Comments

No comments written yet.

Please login to write comment.