Color Hex Logo

#320499 Color Hex

#320499
(50,4,153)
0 Favorites   0 Comments

Color spaces of #320499

RGB 504153
HSL0.720.950.31
HSV259°97°60°
CMYK 0.670.970.00   0.40
XYZ7.10863.064930.3539
Yxy3.06490.17540.0756
Hunter Lab17.506941.8423-90.5439
CIE-Lab20.302054.1876-68.0620

#320499 color RGB value is (50,4,153).

#320499 hex color red value is 50, green value is 4 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #320499 hue: 0.72 , saturation: 0.95 and the lightness value of 320499 is 0.31.

The process color (four color CMYK) of #320499 color hex is 0.67, 0.97, 0.00, 0.40. Web safe color of #320499 is #330099. Color #320499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00000100 10011001
Octal 62 4 231
Decimal 50 4 153
Hex 32 4 99

RGB Percentages of Color #320499

%24.15
%1.93
%73.91

CMYK Percentages of Color #320499

%67
%97
%0
%40

Triadic Colors of #320499

#320499 #993204 #049932

Analogous Colors of #320499

#320499 #7d0499 #042199

Monochromatic Colors of #320499

#320499

Complementary Color

#320499 #6b9904

#320499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#320499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#320499 Color CSS Codes

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

#320499 Text Font Color

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

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


#320499 Background Color

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

This div background color is #320499


#320499 Border Color

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

This div border color is #320499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #320499


Comments

No comments written yet.

Please login to write comment.