Color Hex Logo

#323eab Color Hex

#323EAB
(50,62,171)
0 Favorites   0 Comments

Color spaces of #323eab

RGB 5062171
HSL0.650.550.43
HSV234°71°67°
CMYK 0.710.640.00   0.33
XYZ10.38877.063639.3439
Yxy7.06360.18290.1244
Hunter Lab26.577423.2623-69.1657
CIE-Lab31.951332.3757-59.7776

#323eab color RGB value is (50,62,171).

#323eab hex color red value is 50, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #323eab hue: 0.65 , saturation: 0.55 and the lightness value of 323eab is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111110 10101011
Octal 62 76 253
Decimal 50 62 171
Hex 32 3E AB

RGB Percentages of Color #323eab

%17.67
%21.91
%60.42

CMYK Percentages of Color #323eab

%71
%64
%0
%33

Triadic Colors of #323eab

#323eab #ab323e #3eab32

Analogous Colors of #323eab

#323eab #6232ab #327bab

Monochromatic Colors of #323eab

#323eab

Complementary Color

#323eab #ab9f32

#323eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#323eab Color CSS Codes

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

#323eab Text Font Color

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

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


#323eab Background Color

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

This div background color is #323eab


#323eab Border Color

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

This div border color is #323eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323eab


Comments

No comments written yet.

Please login to write comment.