Color Hex Logo

#3532ab Color Hex

#3532AB
(53,50,171)
0 Favorites   0 Comments

Color spaces of #3532ab

RGB 5350171
HSL0.670.550.43
HSV241°71°67°
CMYK 0.690.710.00   0.33
XYZ9.95955.978439.1571
Yxy5.97840.18080.1085
Hunter Lab24.450829.9193-77.8355
CIE-Lab29.357940.2154-64.0231

#3532ab color RGB value is (53,50,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110010 10101011
Octal 65 62 253
Decimal 53 50 171
Hex 35 32 AB

RGB Percentages of Color #3532ab

%19.34
%18.25
%62.41

CMYK Percentages of Color #3532ab

%69
%71
%0
%33

Triadic Colors of #3532ab

#3532ab #ab3532 #32ab35

Analogous Colors of #3532ab

#3532ab #7232ab #326cab

Monochromatic Colors of #3532ab

#3532ab

Complementary Color

#3532ab #a8ab32

#3532ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3532ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3532ab Color CSS Codes

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

#3532ab Text Font Color

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

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


#3532ab Background Color

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

This div background color is #3532ab


#3532ab Border Color

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

This div border color is #3532ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3532ab


Comments

No comments written yet.

Please login to write comment.