Color Hex Logo

#6940ac Color Hex

#6940AC
(105,64,172)
0 Favorites   0 Comments

Color spaces of #6940ac

RGB 10564172
HSL0.730.460.46
HSV263°63°67°
CMYK 0.390.630.00   0.33
XYZ15.10559.648640.0959
Yxy9.64860.23290.1488
Hunter Lab31.062232.4454-54.7896
CIE-Lab37.204241.5049-51.6226

#6940ac color RGB value is (105,64,172).

#6940ac hex color red value is 105, green value is 64 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6940ac hue: 0.73 , saturation: 0.46 and the lightness value of 6940ac is 0.46.

The process color (four color CMYK) of #6940ac color hex is 0.39, 0.63, 0.00, 0.33. Web safe color of #6940ac is #663399. Color #6940ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000000 10101100
Octal 151 100 254
Decimal 105 64 172
Hex 69 40 AC

RGB Percentages of Color #6940ac

%30.79
%18.77
%50.44

CMYK Percentages of Color #6940ac

%39
%63
%0
%33

Triadic Colors of #6940ac

#6940ac #ac6940 #40ac69

Analogous Colors of #6940ac

#6940ac #9f40ac #404dac

Monochromatic Colors of #6940ac

#6940ac

Complementary Color

#6940ac #83ac40

#6940ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6940ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6940ac Color CSS Codes

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

#6940ac Text Font Color

<p style="color:#6940ac">Text here</p>

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


#6940ac Background Color

<div style="background-color:#6940ac">
Div content here</div>

This div background color is #6940ac


#6940ac Border Color

<div style="border:3px solid #6940ac">
Div here</div>

This div border color is #6940ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,64,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6940ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6940ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6940ac;
  box-shadow:         1px 1px 3px 2px #6940ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,64,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 #6940ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6940ac


Comments

No comments written yet.

Please login to write comment.