Color Hex Logo

#6424ac Color Hex

#6424AC
(100,36,172)
0 Favorites   0 Comments

Color spaces of #6424ac

RGB 10036172
HSL0.750.650.41
HSV268°79°67°
CMYK 0.420.790.00   0.33
XYZ13.33286.949639.6684
Yxy6.94960.22240.1159
Hunter Lab26.362144.1439-70.7632
CIE-Lab31.691954.2266-60.6153

#6424ac color RGB value is (100,36,172).

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

The process color (four color CMYK) of #6424ac color hex is 0.42, 0.79, 0.00, 0.33. Web safe color of #6424ac is #663399. Color #6424ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00100100 10101100
Octal 144 44 254
Decimal 100 36 172
Hex 64 24 AC

RGB Percentages of Color #6424ac

%32.47
%11.69
%55.84

CMYK Percentages of Color #6424ac

%42
%79
%0
%33

Triadic Colors of #6424ac

#6424ac #ac6424 #24ac64

Analogous Colors of #6424ac

#6424ac #a824ac #2428ac

Monochromatic Colors of #6424ac

#6424ac

Complementary Color

#6424ac #6cac24

#6424ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6424ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6424ac Color CSS Codes

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

#6424ac Text Font Color

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

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


#6424ac Background Color

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

This div background color is #6424ac


#6424ac Border Color

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

This div border color is #6424ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6424ac


Comments

No comments written yet.

Please login to write comment.