Color Hex Logo

#325384 Color Hex

#325384
(50,83,132)
0 Favorites   0 Comments

Color spaces of #325384

RGB 5083132
HSL0.600.450.36
HSV216°62°52°
CMYK 0.620.370.00   0.48
XYZ8.57358.530623.0245
Yxy8.53060.21370.2126
Hunter Lab29.20721.2844-26.2942
CIE-Lab35.06444.1334-31.1115

#325384 color RGB value is (50,83,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010011 10000100
Octal 62 123 204
Decimal 50 83 132
Hex 32 53 84

RGB Percentages of Color #325384

%18.87
%31.32
%49.81

CMYK Percentages of Color #325384

%62
%37
%0
%48

Triadic Colors of #325384

#325384 #843253 #538432

Analogous Colors of #325384

#325384 #3a3284 #327c84

Monochromatic Colors of #325384

#325384

Complementary Color

#325384 #846332

#325384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325384 Color CSS Codes

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

#325384 Text Font Color

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

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


#325384 Background Color

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

This div background color is #325384


#325384 Border Color

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

This div border color is #325384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325384


Comments

No comments written yet.

Please login to write comment.