Color Hex Logo

#325661 Color Hex

#325661
(50,86,97)
0 Favorites   0 Comments

Color spaces of #325661

RGB 508697
HSL0.540.320.29
HSV194°48°38°
CMYK 0.480.110.00   0.62
XYZ6.80088.196812.5329
Yxy8.19680.24700.2977
Hunter Lab28.6301-7.7016-5.9134
CIE-Lab34.3894-9.6198-10.4099

#325661 color RGB value is (50,86,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010110 01100001
Octal 62 126 141
Decimal 50 86 97
Hex 32 56 61

RGB Percentages of Color #325661

%21.46
%36.91
%41.63

CMYK Percentages of Color #325661

%48
%11
%0
%62

Triadic Colors of #325661

#325661 #613256 #566132

Analogous Colors of #325661

#325661 #323f61 #326154

Monochromatic Colors of #325661

#325661

Complementary Color

#325661 #613d32

#325661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325661 Color CSS Codes

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

#325661 Text Font Color

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

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


#325661 Background Color

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

This div background color is #325661


#325661 Border Color

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

This div border color is #325661


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,86,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 #325661">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325661


Comments

No comments written yet.

Please login to write comment.