Color Hex Logo

#6726ac Color Hex

#6726AC
(103,38,172)
0 Favorites   0 Comments

Color spaces of #6726ac

RGB 10338172
HSL0.750.640.41
HSV269°78°67°
CMYK 0.400.780.00   0.33
XYZ13.73307.248339.7050
Yxy7.24830.22630.1194
Hunter Lab26.922743.9365-68.5938
CIE-Lab32.365653.8964-59.4977

#6726ac color RGB value is (103,38,172).

#6726ac hex color red value is 103, green value is 38 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6726ac hue: 0.75 , saturation: 0.64 and the lightness value of 6726ac is 0.41.

The process color (four color CMYK) of #6726ac color hex is 0.40, 0.78, 0.00, 0.33. Web safe color of #6726ac is #663399. Color #6726ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00100110 10101100
Octal 147 46 254
Decimal 103 38 172
Hex 67 26 AC

RGB Percentages of Color #6726ac

%32.91
%12.14
%54.95

CMYK Percentages of Color #6726ac

%40
%78
%0
%33

Triadic Colors of #6726ac

#6726ac #ac6726 #26ac67

Analogous Colors of #6726ac

#6726ac #aa26ac #2628ac

Monochromatic Colors of #6726ac

#6726ac

Complementary Color

#6726ac #6bac26

#6726ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6726ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6726ac Color CSS Codes

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

#6726ac Text Font Color

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

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


#6726ac Background Color

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

This div background color is #6726ac


#6726ac Border Color

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

This div border color is #6726ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6726ac


Comments

No comments written yet.

Please login to write comment.