Color Hex Logo

#325681 Color Hex

#325681
(50,86,129)
0 Favorites   0 Comments

Color spaces of #325681

RGB 5086129
HSL0.590.440.35
HSV213°61°51°
CMYK 0.610.330.00   0.49
XYZ8.60568.918722.0368
Yxy8.91870.21750.2254
Hunter Lab29.8642-0.8262-22.8452
CIE-Lab35.82731.1244-28.0673

#325681 color RGB value is (50,86,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010110 10000001
Octal 62 126 201
Decimal 50 86 129
Hex 32 56 81

RGB Percentages of Color #325681

%18.87
%32.45
%48.68

CMYK Percentages of Color #325681

%61
%33
%0
%49

Triadic Colors of #325681

#325681 #813256 #568132

Analogous Colors of #325681

#325681 #353281 #327e81

Monochromatic Colors of #325681

#325681

Complementary Color

#325681 #815d32

#325681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325681 Color CSS Codes

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

#325681 Text Font Color

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

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


#325681 Background Color

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

This div background color is #325681


#325681 Border Color

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

This div border color is #325681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325681


Comments

No comments written yet.

Please login to write comment.