Color Hex Logo

#325977 Color Hex

#325977
(50,89,119)
0 Favorites   0 Comments

Color spaces of #325977

RGB 5089119
HSL0.570.410.33
HSV206°58°47°
CMYK 0.580.250.00   0.53
XYZ8.21759.154818.7867
Yxy9.15480.22730.2532
Hunter Lab30.2569-4.4706-15.6337
CIE-Lab36.2806-4.2569-21.2032

#325977 color RGB value is (50,89,119).

#325977 hex color red value is 50, green value is 89 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #325977 hue: 0.57 , saturation: 0.41 and the lightness value of 325977 is 0.33.

The process color (four color CMYK) of #325977 color hex is 0.58, 0.25, 0.00, 0.53. Web safe color of #325977 is #336666. Color #325977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011001 01110111
Octal 62 131 167
Decimal 50 89 119
Hex 32 59 77

RGB Percentages of Color #325977

%19.38
%34.50
%46.12

CMYK Percentages of Color #325977

%58
%25
%0
%53

Triadic Colors of #325977

#325977 #773259 #597732

Analogous Colors of #325977

#325977 #323777 #327773

Monochromatic Colors of #325977

#325977

Complementary Color

#325977 #775032

#325977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325977 Color CSS Codes

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

#325977 Text Font Color

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

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


#325977 Background Color

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

This div background color is #325977


#325977 Border Color

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

This div border color is #325977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325977


Comments

No comments written yet.

Please login to write comment.