Color Hex Logo

#323184 Color Hex

#323184
(50,49,132)
0 Favorites   0 Comments

Color spaces of #323184

RGB 5049132
HSL0.670.460.35
HSV241°63°52°
CMYK 0.620.630.00   0.48
XYZ6.57864.540722.3595
Yxy4.54070.19650.1356
Hunter Lab21.308917.8168-47.2969
CIE-Lab25.384026.9110-46.6434

#323184 color RGB value is (50,49,132).

#323184 hex color red value is 50, green value is 49 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #323184 hue: 0.67 , saturation: 0.46 and the lightness value of 323184 is 0.35.

The process color (four color CMYK) of #323184 color hex is 0.62, 0.63, 0.00, 0.48. Web safe color of #323184 is #333399. Color #323184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00110001 10000100
Octal 62 61 204
Decimal 50 49 132
Hex 32 31 84

RGB Percentages of Color #323184

%21.65
%21.21
%57.14

CMYK Percentages of Color #323184

%62
%63
%0
%48

Triadic Colors of #323184

#323184 #843231 #318432

Analogous Colors of #323184

#323184 #5c3184 #315a84

Monochromatic Colors of #323184

#323184

Complementary Color

#323184 #838431

#323184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#323184 Color CSS Codes

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

#323184 Text Font Color

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

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


#323184 Background Color

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

This div background color is #323184


#323184 Border Color

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

This div border color is #323184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323184


Comments

No comments written yet.

Please login to write comment.