Color Hex Logo

#323cab Color Hex

#323CAB
(50,60,171)
0 Favorites   0 Comments

Color spaces of #323cab

RGB 5060171
HSL0.650.550.43
HSV235°71°67°
CMYK 0.710.650.00   0.33
XYZ10.28196.850139.3084
Yxy6.85010.18220.1214
Hunter Lab26.172724.3212-70.7259
CIE-Lab31.463233.6574-60.5762

#323cab color RGB value is (50,60,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111100 10101011
Octal 62 74 253
Decimal 50 60 171
Hex 32 3C AB

RGB Percentages of Color #323cab

%17.79
%21.35
%60.85

CMYK Percentages of Color #323cab

%71
%65
%0
%33

Triadic Colors of #323cab

#323cab #ab323c #3cab32

Analogous Colors of #323cab

#323cab #6532ab #3279ab

Monochromatic Colors of #323cab

#323cab

Complementary Color

#323cab #aba132

#323cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#323cab Color CSS Codes

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

#323cab Text Font Color

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

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


#323cab Background Color

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

This div background color is #323cab


#323cab Border Color

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

This div border color is #323cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323cab


Comments

No comments written yet.

Please login to write comment.