Color Hex Logo

#323590 Color Hex

#323590
(50,53,144)
0 Favorites   0 Comments

Color spaces of #323590

RGB 5053144
HSL0.660.480.38
HSV238°65°56°
CMYK 0.650.630.00   0.44
XYZ7.62255.237926.9948
Yxy5.23790.19130.1314
Hunter Lab22.886519.3994-53.9126
CIE-Lab27.402128.5425-50.8114

#323590 color RGB value is (50,53,144).

#323590 hex color red value is 50, green value is 53 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #323590 hue: 0.66 , saturation: 0.48 and the lightness value of 323590 is 0.38.

The process color (four color CMYK) of #323590 color hex is 0.65, 0.63, 0.00, 0.44. Web safe color of #323590 is #333399. Color #323590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00110101 10010000
Octal 62 65 220
Decimal 50 53 144
Hex 32 35 90

RGB Percentages of Color #323590

%20.24
%21.46
%58.30

CMYK Percentages of Color #323590

%65
%63
%0
%44

Triadic Colors of #323590

#323590 #903235 #359032

Analogous Colors of #323590

#323590 #5e3290 #326490

Monochromatic Colors of #323590

#323590

Complementary Color

#323590 #908d32

#323590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#323590 Color CSS Codes

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

#323590 Text Font Color

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

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


#323590 Background Color

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

This div background color is #323590


#323590 Border Color

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

This div border color is #323590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323590


Comments

No comments written yet.

Please login to write comment.