Color Hex Logo

#6f2abe Color Hex

#6F2ABE
(111,42,190)
0 Favorites   0 Comments

Color spaces of #6f2abe

RGB 11142190
HSL0.740.640.45
HSV268°78°75°
CMYK 0.420.780.00   0.25
XYZ16.67788.753149.5257
Yxy8.75310.22250.1168
Hunter Lab29.585648.8478-78.5402
CIE-Lab35.504557.9196-65.0099

#6f2abe color RGB value is (111,42,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 00101010 10111110
Octal 157 52 276
Decimal 111 42 190
Hex 6F 2A BE

RGB Percentages of Color #6f2abe

%32.36
%12.24
%55.39

CMYK Percentages of Color #6f2abe

%42
%78
%0
%25

Triadic Colors of #6f2abe

#6f2abe #be6f2a #2abe6f

Analogous Colors of #6f2abe

#6f2abe #b92abe #2a2fbe

Monochromatic Colors of #6f2abe

#6f2abe

Complementary Color

#6f2abe #79be2a

#6f2abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f2abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f2abe Color CSS Codes

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

#6f2abe Text Font Color

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

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


#6f2abe Background Color

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

This div background color is #6f2abe


#6f2abe Border Color

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

This div border color is #6f2abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f2abe


Comments

No comments written yet.

Please login to write comment.