Color Hex Logo

#4036ad Color Hex

#4036AD
(64,54,173)
0 Favorites   0 Comments

Color spaces of #4036ad

RGB 6454173
HSL0.680.520.45
HSV245°69°68°
CMYK 0.630.690.00   0.32
XYZ10.97636.745540.2586
Yxy6.74550.18930.1163
Hunter Lab25.972129.9863-73.7232
CIE-Lab31.220439.9510-62.1333

#4036ad color RGB value is (64,54,173).

#4036ad hex color red value is 64, green value is 54 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4036ad hue: 0.68 , saturation: 0.52 and the lightness value of 4036ad is 0.45.

The process color (four color CMYK) of #4036ad color hex is 0.63, 0.69, 0.00, 0.32. Web safe color of #4036ad is #333399. Color #4036ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110110 10101101
Octal 100 66 255
Decimal 64 54 173
Hex 40 36 AD

RGB Percentages of Color #4036ad

%21.99
%18.56
%59.45

CMYK Percentages of Color #4036ad

%63
%69
%0
%32

Triadic Colors of #4036ad

#4036ad #ad4036 #36ad40

Analogous Colors of #4036ad

#4036ad #7c36ad #3668ad

Monochromatic Colors of #4036ad

#4036ad

Complementary Color

#4036ad #a3ad36

#4036ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4036ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4036ad Color CSS Codes

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

#4036ad Text Font Color

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

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


#4036ad Background Color

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

This div background color is #4036ad


#4036ad Border Color

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

This div border color is #4036ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,54,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4036ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4036ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4036ad;
  box-shadow:         1px 1px 3px 2px #4036ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4036ad


Comments

No comments written yet.

Please login to write comment.