Color Hex Logo

#321989 Color Hex

#321989
(50,25,137)
0 Favorites   0 Comments

Color spaces of #321989

RGB 5025137
HSL0.700.690.32
HSV253°82°54°
CMYK 0.640.820.00   0.46
XYZ6.17843.179523.9550
Yxy3.17950.18550.0954
Hunter Lab17.831230.6448-67.1705
CIE-Lab20.748942.6396-57.3773

#321989 color RGB value is (50,25,137).

#321989 hex color red value is 50, green value is 25 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #321989 hue: 0.70 , saturation: 0.69 and the lightness value of 321989 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011001 10001001
Octal 62 31 211
Decimal 50 25 137
Hex 32 19 89

RGB Percentages of Color #321989

%23.58
%11.79
%64.62

CMYK Percentages of Color #321989

%64
%82
%0
%46

Triadic Colors of #321989

#321989 #893219 #198932

Analogous Colors of #321989

#321989 #6a1989 #193889

Monochromatic Colors of #321989

#321989

Complementary Color

#321989 #708919

#321989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321989 Color CSS Codes

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

#321989 Text Font Color

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

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


#321989 Background Color

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

This div background color is #321989


#321989 Border Color

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

This div border color is #321989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321989


Comments

No comments written yet.

Please login to write comment.