Color Hex Logo

#325298 Color Hex

#325298
(50,82,152)
0 Favorites   0 Comments

Color spaces of #325298

RGB 5082152
HSL0.610.500.40
HSV221°67°60°
CMYK 0.670.460.00   0.40
XYZ10.00028.979730.9120
Yxy8.97970.20040.1800
Hunter Lab29.96617.1276-40.1851
CIE-Lab35.945212.1426-41.8868

#325298 color RGB value is (50,82,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010010 10011000
Octal 62 122 230
Decimal 50 82 152
Hex 32 52 98

RGB Percentages of Color #325298

%17.61
%28.87
%53.52

CMYK Percentages of Color #325298

%67
%46
%0
%40

Triadic Colors of #325298

#325298 #983252 #529832

Analogous Colors of #325298

#325298 #453298 #328598

Monochromatic Colors of #325298

#325298

Complementary Color

#325298 #987832

#325298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325298 Color CSS Codes

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

#325298 Text Font Color

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

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


#325298 Background Color

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

This div background color is #325298


#325298 Border Color

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

This div border color is #325298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325298


Comments

No comments written yet.

Please login to write comment.