Color Hex Logo

#4132ab Color Hex

#4132AB
(65,50,171)
0 Favorites   0 Comments

Color spaces of #4132ab

RGB 6550171
HSL0.690.550.43
HSV247°71°67°
CMYK 0.620.710.00   0.33
XYZ10.67136.345339.1904
Yxy6.34530.18990.1129
Hunter Lab25.189931.5365-74.6104
CIE-Lab30.267441.7820-62.4953

#4132ab color RGB value is (65,50,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110010 10101011
Octal 101 62 253
Decimal 65 50 171
Hex 41 32 AB

RGB Percentages of Color #4132ab

%22.73
%17.48
%59.79

CMYK Percentages of Color #4132ab

%62
%71
%0
%33

Triadic Colors of #4132ab

#4132ab #ab4132 #32ab41

Analogous Colors of #4132ab

#4132ab #7e32ab #325fab

Monochromatic Colors of #4132ab

#4132ab

Complementary Color

#4132ab #9cab32

#4132ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4132ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4132ab Color CSS Codes

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

#4132ab Text Font Color

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

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


#4132ab Background Color

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

This div background color is #4132ab


#4132ab Border Color

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

This div border color is #4132ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,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 #4132ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4132ab


Comments

No comments written yet.

Please login to write comment.