Color Hex Logo

#323aac Color Hex

#323AAC
(50,58,172)
0 Favorites   0 Comments

Color spaces of #323aac

RGB 5058172
HSL0.660.550.44
HSV236°71°67°
CMYK 0.710.660.00   0.33
XYZ10.27486.682839.7781
Yxy6.68280.18110.1178
Hunter Lab25.851125.7073-73.1360
CIE-Lab31.073635.2818-61.8129

#323aac color RGB value is (50,58,172).

#323aac hex color red value is 50, green value is 58 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #323aac hue: 0.66 , saturation: 0.55 and the lightness value of 323aac is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111010 10101100
Octal 62 72 254
Decimal 50 58 172
Hex 32 3A AC

RGB Percentages of Color #323aac

%17.86
%20.71
%61.43

CMYK Percentages of Color #323aac

%71
%66
%0
%33

Triadic Colors of #323aac

#323aac #ac323a #3aac32

Analogous Colors of #323aac

#323aac #6732ac #3277ac

Monochromatic Colors of #323aac

#323aac

Complementary Color

#323aac #aca432

#323aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#323aac Color CSS Codes

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

#323aac Text Font Color

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

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


#323aac Background Color

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

This div background color is #323aac


#323aac Border Color

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

This div border color is #323aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323aac


Comments

No comments written yet.

Please login to write comment.