Color Hex Logo

#3257ab Color Hex

#3257AB
(50,87,171)
0 Favorites   0 Comments

Color spaces of #3257ab

RGB 5087171
HSL0.620.550.43
HSV222°71°67°
CMYK 0.710.490.00   0.33
XYZ12.074310.434839.9058
Yxy10.43480.19350.1672
Hunter Lab32.302910.1902-50.6325
CIE-Lab38.611715.9540-48.9690

#3257ab color RGB value is (50,87,171).

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

The process color (four color CMYK) of #3257ab color hex is 0.71, 0.49, 0.00, 0.33. Web safe color of #3257ab is #336699. Color #3257ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010111 10101011
Octal 62 127 253
Decimal 50 87 171
Hex 32 57 AB

RGB Percentages of Color #3257ab

%16.23
%28.25
%55.52

CMYK Percentages of Color #3257ab

%71
%49
%0
%33

Triadic Colors of #3257ab

#3257ab #ab3257 #57ab32

Analogous Colors of #3257ab

#3257ab #4932ab #3294ab

Monochromatic Colors of #3257ab

#3257ab

Complementary Color

#3257ab #ab8632

#3257ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3257ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3257ab Color CSS Codes

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

#3257ab Text Font Color

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

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


#3257ab Background Color

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

This div background color is #3257ab


#3257ab Border Color

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

This div border color is #3257ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3257ab


Comments

No comments written yet.

Please login to write comment.