Color Hex Logo

#321eab Color Hex

#321EAB
(50,30,171)
0 Favorites   0 Comments

Color spaces of #321eab

RGB 5030171
HSL0.690.700.39
HSV249°82°67°
CMYK 0.710.820.00   0.33
XYZ9.13044.546938.9245
Yxy4.54690.17360.0864
Hunter Lab21.323539.1151-93.3034
CIE-Lab25.402850.5317-70.5600

#321eab color RGB value is (50,30,171).

#321eab hex color red value is 50, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #321eab hue: 0.69 , saturation: 0.70 and the lightness value of 321eab is 0.39.

The process color (four color CMYK) of #321eab color hex is 0.71, 0.82, 0.00, 0.33. Web safe color of #321eab is #333399. Color #321eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011110 10101011
Octal 62 36 253
Decimal 50 30 171
Hex 32 1E AB

RGB Percentages of Color #321eab

%19.92
%11.95
%68.13

CMYK Percentages of Color #321eab

%71
%82
%0
%33

Triadic Colors of #321eab

#321eab #ab321e #1eab32

Analogous Colors of #321eab

#321eab #791eab #1e50ab

Monochromatic Colors of #321eab

#321eab

Complementary Color

#321eab #97ab1e

#321eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#321eab Color CSS Codes

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

#321eab Text Font Color

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

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


#321eab Background Color

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

This div background color is #321eab


#321eab Border Color

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

This div border color is #321eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321eab


Comments

No comments written yet.

Please login to write comment.