Color Hex Logo

#6413ac Color Hex

#6413AC
(100,19,172)
0 Favorites   0 Comments

Color spaces of #6413ac

RGB 10019172
HSL0.750.800.37
HSV272°89°67°
CMYK 0.420.890.00   0.33
XYZ12.93486.153639.5358
Yxy6.15360.22060.1050
Hunter Lab24.806549.6638-77.1302
CIE-Lab29.796759.7842-63.7235

#6413ac color RGB value is (100,19,172).

#6413ac hex color red value is 100, green value is 19 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6413ac hue: 0.75 , saturation: 0.80 and the lightness value of 6413ac is 0.37.

The process color (four color CMYK) of #6413ac color hex is 0.42, 0.89, 0.00, 0.33. Web safe color of #6413ac is #660099. Color #6413ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010011 10101100
Octal 144 23 254
Decimal 100 19 172
Hex 64 13 AC

RGB Percentages of Color #6413ac

%34.36
%6.53
%59.11

CMYK Percentages of Color #6413ac

%42
%89
%0
%33

Triadic Colors of #6413ac

#6413ac #ac6413 #13ac64

Analogous Colors of #6413ac

#6413ac #ac13a8 #1813ac

Monochromatic Colors of #6413ac

#6413ac

Complementary Color

#6413ac #5bac13

#6413ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6413ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6413ac Color CSS Codes

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

#6413ac Text Font Color

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

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


#6413ac Background Color

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

This div background color is #6413ac


#6413ac Border Color

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

This div border color is #6413ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6413ac


Comments

No comments written yet.

Please login to write comment.