Color Hex Logo

#325861 Color Hex

#325861
(50,88,97)
0 Favorites   0 Comments

Color spaces of #325861

RGB 508897
HSL0.530.320.29
HSV191°48°38°
CMYK 0.480.090.00   0.62
XYZ6.96288.520612.5869
Yxy8.52060.24800.3035
Hunter Lab29.1901-8.5044-5.1331
CIE-Lab35.0444-10.8076-9.4202

#325861 color RGB value is (50,88,97).

#325861 hex color red value is 50, green value is 88 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #325861 hue: 0.53 , saturation: 0.32 and the lightness value of 325861 is 0.29.

The process color (four color CMYK) of #325861 color hex is 0.48, 0.09, 0.00, 0.62. Web safe color of #325861 is #336666. Color #325861 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011000 01100001
Octal 62 130 141
Decimal 50 88 97
Hex 32 58 61

RGB Percentages of Color #325861

%21.28
%37.45
%41.28

CMYK Percentages of Color #325861

%48
%9
%0
%62

Triadic Colors of #325861

#325861 #613258 #586132

Analogous Colors of #325861

#325861 #324161 #326152

Monochromatic Colors of #325861

#325861

Complementary Color

#325861 #613b32

#325861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325861 Color CSS Codes

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

#325861 Text Font Color

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

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


#325861 Background Color

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

This div background color is #325861


#325861 Border Color

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

This div border color is #325861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325861


Comments

No comments written yet.

Please login to write comment.