Color Hex Logo

#325889 Color Hex

#325889
(50,88,137)
0 Favorites   0 Comments

Color spaces of #325889

RGB 5088137
HSL0.590.470.37
HSV214°64°54°
CMYK 0.640.360.00   0.46
XYZ9.32059.463725.0023
Yxy9.46370.21290.2161
Hunter Lab30.76310.2458-26.6529
CIE-Lab36.86222.7163-31.3303

#325889 color RGB value is (50,88,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011000 10001001
Octal 62 130 211
Decimal 50 88 137
Hex 32 58 89

RGB Percentages of Color #325889

%18.18
%32.00
%49.82

CMYK Percentages of Color #325889

%64
%36
%0
%46

Triadic Colors of #325889

#325889 #893258 #588932

Analogous Colors of #325889

#325889 #383289 #328489

Monochromatic Colors of #325889

#325889

Complementary Color

#325889 #896332

#325889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325889 Color CSS Codes

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

#325889 Text Font Color

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

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


#325889 Background Color

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

This div background color is #325889


#325889 Border Color

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

This div border color is #325889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325889


Comments

No comments written yet.

Please login to write comment.