Color Hex Logo

#321898 Color Hex

#321898
(50,24,152)
0 Favorites   0 Comments

Color spaces of #321898

RGB 5024152
HSL0.700.730.35
HSV252°84°60°
CMYK 0.670.840.00   0.40
XYZ7.30953.598430.0151
Yxy3.59840.17860.0879
Hunter Lab18.969435.5849-80.5351
CIE-Lab22.296747.5558-64.1349

#321898 color RGB value is (50,24,152).

#321898 hex color red value is 50, green value is 24 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #321898 hue: 0.70 , saturation: 0.73 and the lightness value of 321898 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011000 10011000
Octal 62 30 230
Decimal 50 24 152
Hex 32 18 98

RGB Percentages of Color #321898

%22.12
%10.62
%67.26

CMYK Percentages of Color #321898

%67
%84
%0
%40

Triadic Colors of #321898

#321898 #983218 #189832

Analogous Colors of #321898

#321898 #721898 #183e98

Monochromatic Colors of #321898

#321898

Complementary Color

#321898 #7e9818

#321898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321898 Color CSS Codes

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

#321898 Text Font Color

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

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


#321898 Background Color

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

This div background color is #321898


#321898 Border Color

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

This div border color is #321898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321898


Comments

No comments written yet.

Please login to write comment.