Color Hex Logo

#325897 Color Hex

#325897
(50,88,151)
0 Favorites   0 Comments

Color spaces of #325897

RGB 5088151
HSL0.600.500.39
HSV217°67°59°
CMYK 0.670.420.00   0.41
XYZ10.39109.891930.6398
Yxy9.89190.20410.1943
Hunter Lab31.45143.9334-35.7441
CIE-Lab37.64777.8397-38.5645

#325897 color RGB value is (50,88,151).

#325897 hex color red value is 50, green value is 88 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #325897 hue: 0.60 , saturation: 0.50 and the lightness value of 325897 is 0.39.

The process color (four color CMYK) of #325897 color hex is 0.67, 0.42, 0.00, 0.41. Web safe color of #325897 is #336699. Color #325897 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011000 10010111
Octal 62 130 227
Decimal 50 88 151
Hex 32 58 97

RGB Percentages of Color #325897

%17.30
%30.45
%52.25

CMYK Percentages of Color #325897

%67
%42
%0
%41

Triadic Colors of #325897

#325897 #973258 #589732

Analogous Colors of #325897

#325897 #3f3297 #328b97

Monochromatic Colors of #325897

#325897

Complementary Color

#325897 #977132

#325897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325897 Color CSS Codes

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

#325897 Text Font Color

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

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


#325897 Background Color

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

This div background color is #325897


#325897 Border Color

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

This div border color is #325897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325897


Comments

No comments written yet.

Please login to write comment.