Color Hex Logo

#321489 Color Hex

#321489
(50,20,137)
0 Favorites   0 Comments

Color spaces of #321489

RGB 5020137
HSL0.710.750.31
HSV255°85°54°
CMYK 0.640.850.00   0.46
XYZ6.08092.984623.9225
Yxy2.98460.18430.0905
Hunter Lab17.276032.5964-70.0071
CIE-Lab19.982144.8816-58.6447

#321489 color RGB value is (50,20,137).

#321489 hex color red value is 50, green value is 20 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #321489 hue: 0.71 , saturation: 0.75 and the lightness value of 321489 is 0.31.

The process color (four color CMYK) of #321489 color hex is 0.64, 0.85, 0.00, 0.46. Web safe color of #321489 is #330099. Color #321489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010100 10001001
Octal 62 24 211
Decimal 50 20 137
Hex 32 14 89

RGB Percentages of Color #321489

%24.15
%9.66
%66.18

CMYK Percentages of Color #321489

%64
%85
%0
%46

Triadic Colors of #321489

#321489 #893214 #148932

Analogous Colors of #321489

#321489 #6d1489 #143189

Monochromatic Colors of #321489

#321489

Complementary Color

#321489 #6b8914

#321489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321489 Color CSS Codes

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

#321489 Text Font Color

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

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


#321489 Background Color

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

This div background color is #321489


#321489 Border Color

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

This div border color is #321489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321489


Comments

No comments written yet.

Please login to write comment.