Color Hex Logo

#6f249a Color Hex

#6F249A
(111,36,154)
0 Favorites   0 Comments

Color spaces of #6f249a

RGB 11136154
HSL0.770.620.37
HSV278°77°60°
CMYK 0.280.770.00   0.40
XYZ13.01926.974431.2318
Yxy6.97440.25420.1362
Hunter Lab26.409141.7813-51.6309
CIE-Lab31.748651.9293-49.5741

#6f249a color RGB value is (111,36,154).

#6f249a hex color red value is 111, green value is 36 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #6f249a hue: 0.77 , saturation: 0.62 and the lightness value of 6f249a is 0.37.

The process color (four color CMYK) of #6f249a color hex is 0.28, 0.77, 0.00, 0.40. Web safe color of #6f249a is #663399. Color #6f249a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00100100 10011010
Octal 157 44 232
Decimal 111 36 154
Hex 6F 24 9A

RGB Percentages of Color #6f249a

%36.88
%11.96
%51.16

CMYK Percentages of Color #6f249a

%28
%77
%0
%40

Triadic Colors of #6f249a

#6f249a #9a6f24 #249a6f

Analogous Colors of #6f249a

#6f249a #9a248a #34249a

Monochromatic Colors of #6f249a

#6f249a

Complementary Color

#6f249a #4f9a24

#6f249a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f249a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f249a Color CSS Codes

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

#6f249a Text Font Color

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

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


#6f249a Background Color

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

This div background color is #6f249a


#6f249a Border Color

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

This div border color is #6f249a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f249a


Comments

No comments written yet.

Please login to write comment.