Color Hex Logo

#325986 Color Hex

#325986
(50,89,134)
0 Favorites   0 Comments

Color spaces of #325986

RGB 5089134
HSL0.590.460.36
HSV212°63°53°
CMYK 0.630.340.00   0.47
XYZ9.19089.544123.9120
Yxy9.54410.21550.2238
Hunter Lab30.8935-0.9601-24.2658
CIE-Lab37.01140.9983-29.2661

#325986 color RGB value is (50,89,134).

#325986 hex color red value is 50, green value is 89 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #325986 hue: 0.59 , saturation: 0.46 and the lightness value of 325986 is 0.36.

The process color (four color CMYK) of #325986 color hex is 0.63, 0.34, 0.00, 0.47. Web safe color of #325986 is #336699. Color #325986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011001 10000110
Octal 62 131 206
Decimal 50 89 134
Hex 32 59 86

RGB Percentages of Color #325986

%18.32
%32.60
%49.08

CMYK Percentages of Color #325986

%63
%34
%0
%47

Triadic Colors of #325986

#325986 #863259 #598632

Analogous Colors of #325986

#325986 #353286 #328386

Monochromatic Colors of #325986

#325986

Complementary Color

#325986 #865f32

#325986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325986 Color CSS Codes

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

#325986 Text Font Color

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

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


#325986 Background Color

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

This div background color is #325986


#325986 Border Color

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

This div border color is #325986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325986


Comments

No comments written yet.

Please login to write comment.