Color Hex Logo

#6f3bad Color Hex

#6F3BAD
(111,59,173)
0 Favorites   0 Comments

Color spaces of #6f3bad

RGB 11159173
HSL0.740.490.45
HSV267°66°68°
CMYK 0.360.660.00   0.32
XYZ15.66239.524640.5481
Yxy9.52460.23830.1449
Hunter Lab30.862036.5795-56.2950
CIE-Lab36.975345.7792-52.5542

#6f3bad color RGB value is (111,59,173).

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

The process color (four color CMYK) of #6f3bad color hex is 0.36, 0.66, 0.00, 0.32. Web safe color of #6f3bad is #663399. Color #6f3bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00111011 10101101
Octal 157 73 255
Decimal 111 59 173
Hex 6F 3B AD

RGB Percentages of Color #6f3bad

%32.36
%17.20
%50.44

CMYK Percentages of Color #6f3bad

%36
%66
%0
%32

Triadic Colors of #6f3bad

#6f3bad #ad6f3b #3bad6f

Analogous Colors of #6f3bad

#6f3bad #a83bad #3b40ad

Monochromatic Colors of #6f3bad

#6f3bad

Complementary Color

#6f3bad #79ad3b

#6f3bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f3bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f3bad Color CSS Codes

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

#6f3bad Text Font Color

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

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


#6f3bad Background Color

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

This div background color is #6f3bad


#6f3bad Border Color

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

This div border color is #6f3bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f3bad


Comments

No comments written yet.

Please login to write comment.