Color Hex Logo

#323cac Color Hex

#323CAC
(50,60,172)
0 Favorites   0 Comments

Color spaces of #323cac

RGB 5060172
HSL0.650.550.44
HSV235°71°67°
CMYK 0.710.650.00   0.33
XYZ10.37766.888439.8124
Yxy6.88840.18180.1207
Hunter Lab26.245824.6490-71.5654
CIE-Lab31.551534.0137-61.0301

#323cac color RGB value is (50,60,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111100 10101100
Octal 62 74 254
Decimal 50 60 172
Hex 32 3C AC

RGB Percentages of Color #323cac

%17.73
%21.28
%60.99

CMYK Percentages of Color #323cac

%71
%65
%0
%33

Triadic Colors of #323cac

#323cac #ac323c #3cac32

Analogous Colors of #323cac

#323cac #6532ac #3279ac

Monochromatic Colors of #323cac

#323cac

Complementary Color

#323cac #aca232

#323cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#323cac Color CSS Codes

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

#323cac Text Font Color

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

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


#323cac Background Color

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

This div background color is #323cac


#323cac Border Color

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

This div border color is #323cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323cac


Comments

No comments written yet.

Please login to write comment.