Color Hex Logo

#325189 Color Hex

#325189
(50,81,137)
0 Favorites   0 Comments

Color spaces of #325189

RGB 5081137
HSL0.610.470.37
HSV219°64°54°
CMYK 0.640.410.00   0.46
XYZ8.77328.369124.8199
Yxy8.36910.20910.1994
Hunter Lab28.92943.5059-30.6171
CIE-Lab34.74017.2589-34.6905

#325189 color RGB value is (50,81,137).

#325189 hex color red value is 50, green value is 81 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #325189 hue: 0.61 , saturation: 0.47 and the lightness value of 325189 is 0.37.

The process color (four color CMYK) of #325189 color hex is 0.64, 0.41, 0.00, 0.46. Web safe color of #325189 is #336699. Color #325189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010001 10001001
Octal 62 121 211
Decimal 50 81 137
Hex 32 51 89

RGB Percentages of Color #325189

%18.66
%30.22
%51.12

CMYK Percentages of Color #325189

%64
%41
%0
%46

Triadic Colors of #325189

#325189 #893251 #518932

Analogous Colors of #325189

#325189 #3e3289 #327d89

Monochromatic Colors of #325189

#325189

Complementary Color

#325189 #896a32

#325189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325189 Color CSS Codes

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

#325189 Text Font Color

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

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


#325189 Background Color

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

This div background color is #325189


#325189 Border Color

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

This div border color is #325189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325189


Comments

No comments written yet.

Please login to write comment.