Color Hex Logo

#6429ae Color Hex

#6429AE
(100,41,174)
0 Favorites   0 Comments

Color spaces of #6429ae

RGB 10041174
HSL0.740.620.42
HSV267°76°68°
CMYK 0.430.760.00   0.32
XYZ13.68847.351240.7419
Yxy7.35120.22160.1190
Hunter Lab27.113142.6701-70.1138
CIE-Lab32.593452.6302-60.3381

#6429ae color RGB value is (100,41,174).

#6429ae hex color red value is 100, green value is 41 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6429ae hue: 0.74 , saturation: 0.62 and the lightness value of 6429ae is 0.42.

The process color (four color CMYK) of #6429ae color hex is 0.43, 0.76, 0.00, 0.32. Web safe color of #6429ae is #663399. Color #6429ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101001 10101110
Octal 144 51 256
Decimal 100 41 174
Hex 64 29 AE

RGB Percentages of Color #6429ae

%31.75
%13.02
%55.24

CMYK Percentages of Color #6429ae

%43
%76
%0
%32

Triadic Colors of #6429ae

#6429ae #ae6429 #29ae64

Analogous Colors of #6429ae

#6429ae #a729ae #2930ae

Monochromatic Colors of #6429ae

#6429ae

Complementary Color

#6429ae #73ae29

#6429ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6429ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6429ae Color CSS Codes

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

#6429ae Text Font Color

<p style="color:#6429ae">Text here</p>

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


#6429ae Background Color

<div style="background-color:#6429ae">
Div content here</div>

This div background color is #6429ae


#6429ae Border Color

<div style="border:3px solid #6429ae">
Div here</div>

This div border color is #6429ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,41,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6429ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6429ae;
  -webkit-box-shadow: 1px 1px 3px 2px #6429ae;
  box-shadow:         1px 1px 3px 2px #6429ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,41,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6429ae


Comments

No comments written yet.

Please login to write comment.