Color Hex Logo

#325383 Color Hex

#325383
(50,83,131)
0 Favorites   0 Comments

Color spaces of #325383

RGB 5083131
HSL0.600.450.35
HSV216°62°51°
CMYK 0.620.370.00   0.49
XYZ8.50548.503322.6658
Yxy8.50330.21440.2143
Hunter Lab29.16041.0335-25.6726
CIE-Lab35.00983.7731-30.5835

#325383 color RGB value is (50,83,131).

#325383 hex color red value is 50, green value is 83 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #325383 hue: 0.60 , saturation: 0.45 and the lightness value of 325383 is 0.35.

The process color (four color CMYK) of #325383 color hex is 0.62, 0.37, 0.00, 0.49. Web safe color of #325383 is #336699. Color #325383 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010011 10000011
Octal 62 123 203
Decimal 50 83 131
Hex 32 53 83

RGB Percentages of Color #325383

%18.94
%31.44
%49.62

CMYK Percentages of Color #325383

%62
%37
%0
%49

Triadic Colors of #325383

#325383 #833253 #538332

Analogous Colors of #325383

#325383 #393283 #327c83

Monochromatic Colors of #325383

#325383

Complementary Color

#325383 #836232

#325383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325383 Color CSS Codes

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

#325383 Text Font Color

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

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


#325383 Background Color

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

This div background color is #325383


#325383 Border Color

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

This div border color is #325383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325383

#325383 Color Palettes


Comments

No comments written yet.

Please login to write comment.