Color Hex Logo

#3432ab Color Hex

#3432AB
(52,50,171)
0 Favorites   0 Comments

Color spaces of #3432ab

RGB 5250171
HSL0.670.550.43
HSV241°71°67°
CMYK 0.700.710.00   0.33
XYZ9.90755.951539.1547
Yxy5.95150.18010.1082
Hunter Lab24.395729.7994-78.0825
CIE-Lab29.289840.0981-64.1377

#3432ab color RGB value is (52,50,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00110010 10101011
Octal 64 62 253
Decimal 52 50 171
Hex 34 32 AB

RGB Percentages of Color #3432ab

%19.05
%18.32
%62.64

CMYK Percentages of Color #3432ab

%70
%71
%0
%33

Triadic Colors of #3432ab

#3432ab #ab3432 #32ab34

Analogous Colors of #3432ab

#3432ab #7132ab #326dab

Monochromatic Colors of #3432ab

#3432ab

Complementary Color

#3432ab #a9ab32

#3432ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3432ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3432ab Color CSS Codes

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

#3432ab Text Font Color

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

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


#3432ab Background Color

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

This div background color is #3432ab


#3432ab Border Color

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

This div border color is #3432ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3432ab


Comments

No comments written yet.

Please login to write comment.