Color Hex Logo

#6f41be Color Hex

#6F41BE
(111,65,190)
0 Favorites   0 Comments

Color spaces of #6f41be

RGB 11165190
HSL0.730.490.50
HSV262°66°75°
CMYK 0.420.660.00   0.25
XYZ17.740110.877849.8798
Yxy10.87780.22600.1386
Hunter Lab32.981538.2940-66.5806
CIE-Lab39.373947.0626-58.7043

#6f41be color RGB value is (111,65,190).

#6f41be hex color red value is 111, green value is 65 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6f41be hue: 0.73 , saturation: 0.49 and the lightness value of 6f41be is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01000001 10111110
Octal 157 101 276
Decimal 111 65 190
Hex 6F 41 BE

RGB Percentages of Color #6f41be

%30.33
%17.76
%51.91

CMYK Percentages of Color #6f41be

%42
%66
%0
%25

Triadic Colors of #6f41be

#6f41be #be6f41 #41be6f

Analogous Colors of #6f41be

#6f41be #ae41be #4152be

Monochromatic Colors of #6f41be

#6f41be

Complementary Color

#6f41be #90be41

#6f41be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f41be Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f41be Color CSS Codes

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

#6f41be Text Font Color

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

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


#6f41be Background Color

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

This div background color is #6f41be


#6f41be Border Color

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

This div border color is #6f41be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f41be


Comments

No comments written yet.

Please login to write comment.