Color Hex Logo

#6c135c Color Hex

#6C135C
(108,19,92)
0 Favorites   0 Comments

Color spaces of #6c135c

RGB 1081992
HSL0.860.700.25
HSV311°82°42°
CMYK 0.000.820.15   0.58
XYZ8.34904.426610.5396
Yxy4.42660.35810.1899
Hunter Lab21.039534.0142-14.9733
CIE-Lab25.034445.3914-21.0811

#6c135c color RGB value is (108,19,92).

#6c135c hex color red value is 108, green value is 19 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #6c135c hue: 0.86 , saturation: 0.70 and the lightness value of 6c135c is 0.25.

The process color (four color CMYK) of #6c135c color hex is 0.00, 0.82, 0.15, 0.58. Web safe color of #6c135c is #660066. Color #6c135c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00010011 01011100
Octal 154 23 134
Decimal 108 19 92
Hex 6C 13 5C

RGB Percentages of Color #6c135c

%49.32
%8.68
%42.01

CMYK Percentages of Color #6c135c

%0
%82
%15
%58

Triadic Colors of #6c135c

#6c135c #5c6c13 #135c6c

Analogous Colors of #6c135c

#6c135c #6c1330 #50136c

Monochromatic Colors of #6c135c

#6c135c

Complementary Color

#6c135c #136c23

#6c135c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c135c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c135c Color CSS Codes

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

#6c135c Text Font Color

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

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


#6c135c Background Color

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

This div background color is #6c135c


#6c135c Border Color

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

This div border color is #6c135c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c135c


Comments

No comments written yet.

Please login to write comment.