Color Hex Logo

#6c3981 Color Hex

#6C3981
(108,57,129)
0 Favorites   0 Comments

Color spaces of #6c3981

RGB 10857129
HSL0.780.390.36
HSV283°56°51°
CMYK 0.160.560.00   0.49
XYZ11.60997.699421.6431
Yxy7.69940.28350.1880
Hunter Lab27.747826.1272-26.8224
CIE-Lab33.348835.3742-31.6370

#6c3981 color RGB value is (108,57,129).

#6c3981 hex color red value is 108, green value is 57 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #6c3981 hue: 0.78 , saturation: 0.39 and the lightness value of 6c3981 is 0.36.

The process color (four color CMYK) of #6c3981 color hex is 0.16, 0.56, 0.00, 0.49. Web safe color of #6c3981 is #663399. Color #6c3981 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00111001 10000001
Octal 154 71 201
Decimal 108 57 129
Hex 6C 39 81

RGB Percentages of Color #6c3981

%36.73
%19.39
%43.88

CMYK Percentages of Color #6c3981

%16
%56
%0
%49

Triadic Colors of #6c3981

#6c3981 #816c39 #39816c

Analogous Colors of #6c3981

#6c3981 #813972 #483981

Monochromatic Colors of #6c3981

#6c3981

Complementary Color

#6c3981 #4e8139

#6c3981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c3981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c3981 Color CSS Codes

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

#6c3981 Text Font Color

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

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


#6c3981 Background Color

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

This div background color is #6c3981


#6c3981 Border Color

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

This div border color is #6c3981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c3981


Comments

No comments written yet.

Please login to write comment.