Color Hex Logo

#6f0bad Color Hex

#6F0BAD
(111,11,173)
0 Favorites   0 Comments

Color spaces of #6f0bad

RGB 11111173
HSL0.770.880.36
HSV277°94°68°
CMYK 0.360.940.00   0.32
XYZ14.21806.636040.0667
Yxy6.63600.23340.1089
Hunter Lab25.760453.4390-74.1849
CIE-Lab30.963562.9931-62.3478

#6f0bad color RGB value is (111,11,173).

#6f0bad hex color red value is 111, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6f0bad hue: 0.77 , saturation: 0.88 and the lightness value of 6f0bad is 0.36.

The process color (four color CMYK) of #6f0bad color hex is 0.36, 0.94, 0.00, 0.32. Web safe color of #6f0bad is #660099. Color #6f0bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00001011 10101101
Octal 157 13 255
Decimal 111 11 173
Hex 6F B AD

RGB Percentages of Color #6f0bad

%37.63
%3.73
%58.64

CMYK Percentages of Color #6f0bad

%36
%94
%0
%32

Triadic Colors of #6f0bad

#6f0bad #ad6f0b #0bad6f

Analogous Colors of #6f0bad

#6f0bad #ad0b9a #1e0bad

Monochromatic Colors of #6f0bad

#6f0bad

Complementary Color

#6f0bad #49ad0b

#6f0bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f0bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f0bad Color CSS Codes

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

#6f0bad Text Font Color

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

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


#6f0bad Background Color

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

This div background color is #6f0bad


#6f0bad Border Color

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

This div border color is #6f0bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f0bad


Comments

No comments written yet.

Please login to write comment.