Color Hex Logo

#a40468 Color Hex

#A40468
(164,4,104)
0 Favorites   0 Comments

Color spaces of #a40468

RGB 1644104
HSL0.900.950.33
HSV323°98°64°
CMYK 0.000.980.37   0.36
XYZ17.85198.978813.8889
Yxy8.97880.43840.2205
Hunter Lab29.964653.9060-6.5062
CIE-Lab35.943462.4480-11.1199

#a40468 color RGB value is (164,4,104).

#a40468 hex color red value is 164, green value is 4 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a40468 hue: 0.90 , saturation: 0.95 and the lightness value of a40468 is 0.33.

The process color (four color CMYK) of #a40468 color hex is 0.00, 0.98, 0.37, 0.36. Web safe color of #a40468 is #990066. Color #a40468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000100 01101000
Octal 244 4 150
Decimal 164 4 104
Hex A4 4 68

RGB Percentages of Color #a40468

%60.29
%1.47
%38.24

CMYK Percentages of Color #a40468

%0
%98
%37
%36

Triadic Colors of #a40468

#a40468 #68a404 #0468a4

Analogous Colors of #a40468

#a40468 #a40418 #9004a4

Monochromatic Colors of #a40468

#a40468

Complementary Color

#a40468 #04a440

#a40468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40468 Color CSS Codes

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

#a40468 Text Font Color

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

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


#a40468 Background Color

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

This div background color is #a40468


#a40468 Border Color

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

This div border color is #a40468


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,4,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a40468; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a40468;
  -webkit-box-shadow: 1px 1px 3px 2px #a40468;
  box-shadow:         1px 1px 3px 2px #a40468; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40468


Comments

No comments written yet.

Please login to write comment.