Color Hex Logo

#325680 Color Hex

#325680
(50,86,128)
0 Favorites   0 Comments

Color spaces of #325680

RGB 5086128
HSL0.590.440.35
HSV212°61°50°
CMYK 0.610.330.00   0.50
XYZ8.53958.892221.6884
Yxy8.89220.21830.2273
Hunter Lab29.8198-1.0676-22.2487
CIE-Lab35.77590.7695-27.5338

#325680 color RGB value is (50,86,128).

#325680 hex color red value is 50, green value is 86 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #325680 hue: 0.59 , saturation: 0.44 and the lightness value of 325680 is 0.35.

The process color (four color CMYK) of #325680 color hex is 0.61, 0.33, 0.00, 0.50. Web safe color of #325680 is #336699. Color #325680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010110 10000000
Octal 62 126 200
Decimal 50 86 128
Hex 32 56 80

RGB Percentages of Color #325680

%18.94
%32.58
%48.48

CMYK Percentages of Color #325680

%61
%33
%0
%50

Triadic Colors of #325680

#325680 #803256 #568032

Analogous Colors of #325680

#325680 #353280 #327d80

Monochromatic Colors of #325680

#325680

Complementary Color

#325680 #805c32

#325680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325680 Color CSS Codes

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

#325680 Text Font Color

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

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


#325680 Background Color

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

This div background color is #325680


#325680 Border Color

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

This div border color is #325680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325680


Comments

No comments written yet.

Please login to write comment.