Color Hex Logo

#325763 Color Hex

#325763
(50,87,99)
0 Favorites   0 Comments

Color spaces of #325763

RGB 508799
HSL0.540.330.29
HSV195°49°39°
CMYK 0.490.120.00   0.61
XYZ6.97578.395413.0572
Yxy8.39540.24540.2953
Hunter Lab28.9748-7.7320-6.4361
CIE-Lab34.7931-9.5955-11.0520

#325763 color RGB value is (50,87,99).

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

The process color (four color CMYK) of #325763 color hex is 0.49, 0.12, 0.00, 0.61. Web safe color of #325763 is #336666. Color #325763 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010111 01100011
Octal 62 127 143
Decimal 50 87 99
Hex 32 57 63

RGB Percentages of Color #325763

%21.19
%36.86
%41.95

CMYK Percentages of Color #325763

%49
%12
%0
%61

Triadic Colors of #325763

#325763 #633257 #576332

Analogous Colors of #325763

#325763 #323f63 #326356

Monochromatic Colors of #325763

#325763

Complementary Color

#325763 #633e32

#325763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325763 Color CSS Codes

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

#325763 Text Font Color

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

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


#325763 Background Color

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

This div background color is #325763


#325763 Border Color

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

This div border color is #325763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325763


Comments

No comments written yet.

Please login to write comment.