Color Hex Logo

#325869 Color Hex

#325869
(50,88,105)
0 Favorites   0 Comments

Color spaces of #325869

RGB 5088105
HSL0.550.350.30
HSV199°52°41°
CMYK 0.520.160.00   0.59
XYZ7.35498.677514.6519
Yxy8.67750.23970.2828
Hunter Lab29.4576-6.9834-8.8699
CIE-Lab35.3558-8.2943-13.9439

#325869 color RGB value is (50,88,105).

#325869 hex color red value is 50, green value is 88 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #325869 hue: 0.55 , saturation: 0.35 and the lightness value of 325869 is 0.30.

The process color (four color CMYK) of #325869 color hex is 0.52, 0.16, 0.00, 0.59. Web safe color of #325869 is #336666. Color #325869 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011000 01101001
Octal 62 130 151
Decimal 50 88 105
Hex 32 58 69

RGB Percentages of Color #325869

%20.58
%36.21
%43.21

CMYK Percentages of Color #325869

%52
%16
%0
%59

Triadic Colors of #325869

#325869 #693258 #586932

Analogous Colors of #325869

#325869 #323c69 #32695f

Monochromatic Colors of #325869

#325869

Complementary Color

#325869 #694332

#325869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325869 Color CSS Codes

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

#325869 Text Font Color

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

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


#325869 Background Color

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

This div background color is #325869


#325869 Border Color

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

This div border color is #325869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325869


Comments

No comments written yet.

Please login to write comment.