Color Hex Logo

#6c3fac Color Hex

#6C3FAC
(108,63,172)
0 Favorites   0 Comments

Color spaces of #6c3fac

RGB 10863172
HSL0.740.460.46
HSV265°63°67°
CMYK 0.370.630.00   0.33
XYZ15.40829.721740.0941
Yxy9.72170.23620.1491
Hunter Lab31.179633.6459-54.4156
CIE-Lab37.338242.7243-51.3894

#6c3fac color RGB value is (108,63,172).

#6c3fac hex color red value is 108, green value is 63 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6c3fac hue: 0.74 , saturation: 0.46 and the lightness value of 6c3fac is 0.46.

The process color (four color CMYK) of #6c3fac color hex is 0.37, 0.63, 0.00, 0.33. Web safe color of #6c3fac is #663399. Color #6c3fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 00111111 10101100
Octal 154 77 254
Decimal 108 63 172
Hex 6C 3F AC

RGB Percentages of Color #6c3fac

%31.49
%18.37
%50.15

CMYK Percentages of Color #6c3fac

%37
%63
%0
%33

Triadic Colors of #6c3fac

#6c3fac #ac6c3f #3fac6c

Analogous Colors of #6c3fac

#6c3fac #a33fac #3f48ac

Monochromatic Colors of #6c3fac

#6c3fac

Complementary Color

#6c3fac #7fac3f

#6c3fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c3fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c3fac Color CSS Codes

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

#6c3fac Text Font Color

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

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


#6c3fac Background Color

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

This div background color is #6c3fac


#6c3fac Border Color

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

This div border color is #6c3fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c3fac


Comments

No comments written yet.

Please login to write comment.