Color Hex Logo

#325a98 Color Hex

#325A98
(50,90,152)
0 Favorites   0 Comments

Color spaces of #325a98

RGB 5090152
HSL0.600.500.40
HSV216°67°60°
CMYK 0.670.410.00   0.40
XYZ10.639110.257431.1249
Yxy10.25740.20450.1972
Hunter Lab32.02723.2483-35.2006
CIE-Lab38.30056.9139-38.1270

#325a98 color RGB value is (50,90,152).

#325a98 hex color red value is 50, green value is 90 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #325a98 hue: 0.60 , saturation: 0.50 and the lightness value of 325a98 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011010 10011000
Octal 62 132 230
Decimal 50 90 152
Hex 32 5A 98

RGB Percentages of Color #325a98

%17.12
%30.82
%52.05

CMYK Percentages of Color #325a98

%67
%41
%0
%40

Triadic Colors of #325a98

#325a98 #98325a #5a9832

Analogous Colors of #325a98

#325a98 #3d3298 #328d98

Monochromatic Colors of #325a98

#325a98

Complementary Color

#325a98 #987032

#325a98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325a98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325a98 Color CSS Codes

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

#325a98 Text Font Color

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

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


#325a98 Background Color

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

This div background color is #325a98


#325a98 Border Color

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

This div border color is #325a98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,90,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #325a98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #325a98;
  -webkit-box-shadow: 1px 1px 3px 2px #325a98;
  box-shadow:         1px 1px 3px 2px #325a98; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325a98


Comments

No comments written yet.

Please login to write comment.