Color Hex Logo

#325985 Color Hex

#325985
(50,89,133)
0 Favorites   0 Comments

Color spaces of #325985

RGB 5089133
HSL0.590.450.36
HSV212°62°52°
CMYK 0.620.330.00   0.48
XYZ9.12149.516323.5464
Yxy9.51630.21620.2256
Hunter Lab30.8485-1.2053-23.6616
CIE-Lab36.95990.6413-28.7368

#325985 color RGB value is (50,89,133).

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

The process color (four color CMYK) of #325985 color hex is 0.62, 0.33, 0.00, 0.48. Web safe color of #325985 is #336699. Color #325985 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011001 10000101
Octal 62 131 205
Decimal 50 89 133
Hex 32 59 85

RGB Percentages of Color #325985

%18.38
%32.72
%48.90

CMYK Percentages of Color #325985

%62
%33
%0
%48

Triadic Colors of #325985

#325985 #853259 #598532

Analogous Colors of #325985

#325985 #353285 #328385

Monochromatic Colors of #325985

#325985

Complementary Color

#325985 #855e32

#325985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325985 Color CSS Codes

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

#325985 Text Font Color

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

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


#325985 Background Color

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

This div background color is #325985


#325985 Border Color

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

This div border color is #325985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325985


Comments

No comments written yet.

Please login to write comment.