Color Hex Logo

#6c118a Color Hex

#6C118A
(108,17,138)
0 Favorites   0 Comments

Color spaces of #6c118a

RGB 10817138
HSL0.790.780.30
HSV285°88°54°
CMYK 0.220.880.00   0.46
XYZ10.97225.424024.5134
Yxy5.42400.26820.1326
Hunter Lab23.289543.3388-46.1032
CIE-Lab27.910154.1890-45.9613

#6c118a color RGB value is (108,17,138).

#6c118a hex color red value is 108, green value is 17 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #6c118a hue: 0.79 , saturation: 0.78 and the lightness value of 6c118a is 0.30.

The process color (four color CMYK) of #6c118a color hex is 0.22, 0.88, 0.00, 0.46. Web safe color of #6c118a is #660099. Color #6c118a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00010001 10001010
Octal 154 21 212
Decimal 108 17 138
Hex 6C 11 8A

RGB Percentages of Color #6c118a

%41.06
%6.46
%52.47

CMYK Percentages of Color #6c118a

%22
%88
%0
%46

Triadic Colors of #6c118a

#6c118a #8a6c11 #118a6c

Analogous Colors of #6c118a

#6c118a #8a116c #2f118a

Monochromatic Colors of #6c118a

#6c118a

Complementary Color

#6c118a #2f8a11

#6c118a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c118a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c118a Color CSS Codes

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

#6c118a Text Font Color

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

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


#6c118a Background Color

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

This div background color is #6c118a


#6c118a Border Color

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

This div border color is #6c118a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,17,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c118a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c118a;
  -webkit-box-shadow: 1px 1px 3px 2px #6c118a;
  box-shadow:         1px 1px 3px 2px #6c118a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,17,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c118a


Comments

No comments written yet.

Please login to write comment.