Color Hex Logo

#325689 Color Hex

#325689
(50,86,137)
0 Favorites   0 Comments

Color spaces of #325689

RGB 5086137
HSL0.600.470.37
HSV215°64°54°
CMYK 0.640.370.00   0.46
XYZ9.15859.139824.9484
Yxy9.13980.21180.2113
Hunter Lab30.23211.1685-27.7653
CIE-Lab36.25214.0023-32.2941

#325689 color RGB value is (50,86,137).

#325689 hex color red value is 50, green value is 86 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #325689 hue: 0.60 , saturation: 0.47 and the lightness value of 325689 is 0.37.

The process color (four color CMYK) of #325689 color hex is 0.64, 0.37, 0.00, 0.46. Web safe color of #325689 is #336699. Color #325689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010110 10001001
Octal 62 126 211
Decimal 50 86 137
Hex 32 56 89

RGB Percentages of Color #325689

%18.32
%31.50
%50.18

CMYK Percentages of Color #325689

%64
%37
%0
%46

Triadic Colors of #325689

#325689 #893256 #568932

Analogous Colors of #325689

#325689 #3a3289 #328289

Monochromatic Colors of #325689

#325689

Complementary Color

#325689 #896532

#325689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325689 Color CSS Codes

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

#325689 Text Font Color

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

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


#325689 Background Color

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

This div background color is #325689


#325689 Border Color

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

This div border color is #325689


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,86,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #325689; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #325689;
  -webkit-box-shadow: 1px 1px 3px 2px #325689;
  box-shadow:         1px 1px 3px 2px #325689; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325689


Comments

No comments written yet.

Please login to write comment.