Color Hex Logo

#325184 Color Hex

#325184
(50,81,132)
0 Favorites   0 Comments

Color spaces of #325184

RGB 5081132
HSL0.600.450.36
HSV217°62°52°
CMYK 0.620.390.00   0.48
XYZ8.42278.228922.9742
Yxy8.22890.21260.2077
Hunter Lab28.68612.2099-27.4042
CIE-Lab34.45515.4369-32.0751

#325184 color RGB value is (50,81,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010001 10000100
Octal 62 121 204
Decimal 50 81 132
Hex 32 51 84

RGB Percentages of Color #325184

%19.01
%30.80
%50.19

CMYK Percentages of Color #325184

%62
%39
%0
%48

Triadic Colors of #325184

#325184 #843251 #518432

Analogous Colors of #325184

#325184 #3c3284 #327a84

Monochromatic Colors of #325184

#325184

Complementary Color

#325184 #846532

#325184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325184 Color CSS Codes

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

#325184 Text Font Color

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

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


#325184 Background Color

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

This div background color is #325184


#325184 Border Color

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

This div border color is #325184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325184


Comments

No comments written yet.

Please login to write comment.