Color Hex Logo

#6f3b89 Color Hex

#6F3B89
(111,59,137)
0 Favorites   0 Comments

Color spaces of #6f3b89

RGB 11159137
HSL0.780.400.38
HSV280°57°54°
CMYK 0.190.570.00   0.46
XYZ12.63498.313624.6057
Yxy8.31360.27740.1825
Hunter Lab28.833327.7613-30.4134
CIE-Lab34.627636.9581-34.5319

#6f3b89 color RGB value is (111,59,137).

#6f3b89 hex color red value is 111, green value is 59 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #6f3b89 hue: 0.78 , saturation: 0.40 and the lightness value of 6f3b89 is 0.38.

The process color (four color CMYK) of #6f3b89 color hex is 0.19, 0.57, 0.00, 0.46. Web safe color of #6f3b89 is #663399. Color #6f3b89 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00111011 10001001
Octal 157 73 211
Decimal 111 59 137
Hex 6F 3B 89

RGB Percentages of Color #6f3b89

%36.16
%19.22
%44.63

CMYK Percentages of Color #6f3b89

%19
%57
%0
%46

Triadic Colors of #6f3b89

#6f3b89 #896f3b #3b896f

Analogous Colors of #6f3b89

#6f3b89 #893b7c #483b89

Monochromatic Colors of #6f3b89

#6f3b89

Complementary Color

#6f3b89 #55893b

#6f3b89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f3b89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f3b89 Color CSS Codes

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

#6f3b89 Text Font Color

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

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


#6f3b89 Background Color

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

This div background color is #6f3b89


#6f3b89 Border Color

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

This div border color is #6f3b89


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,59,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f3b89


Comments

No comments written yet.

Please login to write comment.