Color Hex Logo

#4032ab Color Hex

#4032AB
(64,50,171)
0 Favorites   0 Comments

Color spaces of #4032ab

RGB 6450171
HSL0.690.550.43
HSV247°71°67°
CMYK 0.630.710.00   0.33
XYZ10.60566.311539.1873
Yxy6.31150.18900.1125
Hunter Lab25.122731.3894-74.8968
CIE-Lab30.185141.6407-62.6334

#4032ab color RGB value is (64,50,171).

#4032ab hex color red value is 64, green value is 50 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4032ab hue: 0.69 , saturation: 0.55 and the lightness value of 4032ab is 0.43.

The process color (four color CMYK) of #4032ab color hex is 0.63, 0.71, 0.00, 0.33. Web safe color of #4032ab is #333399. Color #4032ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110010 10101011
Octal 100 62 253
Decimal 64 50 171
Hex 40 32 AB

RGB Percentages of Color #4032ab

%22.46
%17.54
%60.00

CMYK Percentages of Color #4032ab

%63
%71
%0
%33

Triadic Colors of #4032ab

#4032ab #ab4032 #32ab40

Analogous Colors of #4032ab

#4032ab #7d32ab #3261ab

Monochromatic Colors of #4032ab

#4032ab

Complementary Color

#4032ab #9dab32

#4032ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4032ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4032ab Color CSS Codes

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

#4032ab Text Font Color

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

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


#4032ab Background Color

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

This div background color is #4032ab


#4032ab Border Color

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

This div border color is #4032ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,50,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4032ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4032ab;
  -webkit-box-shadow: 1px 1px 3px 2px #4032ab;
  box-shadow:         1px 1px 3px 2px #4032ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4032ab


Comments

No comments written yet.

Please login to write comment.